Html Css Color HEX #768491 Slate Grey

📋 copy color: '#768491'

red 118 ◦ green 132 ◦ blue 145

#768491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #768491

Tints of Slate Grey #768491

RGB

 RED value IS 118 (46.48% from 255) = 29.87%

 GREEN value IS 132 (51.95% from 255) = 33.42%

 BLUE value IS 145 (57.03% from 255) = 36.71%

R = 29.87%
G = 33.42%
B = 36.71%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#768491 (or 0x768491) is known color: Slate Grey. HEX triplet: 76, 84 and 91. RGB value is (118,132,145). Sum of RGB (Red+Green+Blue) = 118+132+145=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 145 - color contains mainly: blue. Hex color #768491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768491 is #897B6E. Grayscale: #818181. Windows color (decimal): -9010031 or 9536630. OLE color: 9536630.

HSL color Cylindrical-coordinate representation of color #768491: hue angle of 208.89º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768491 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 132 145 -
CMYK 0.19 0.09 0 0.43
HSL 208.89º 0.11% 0.52% -
HSV(B) 208.89º 0.19% 0.57% -
XYZ 20.83 22.4 30.01 -
YUV 129.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 118 132 145 0.19 0.09 0 0.43 208.89 0.11 0.52
Hex 76 84 91 13 9 0 2B D1 B 34
Octal 166 204 221 23 11 0 53 321 13 64
Binary 1110110 10000100 10010001 10011 1001 0 101011 11010001 1011 110100

Color Harmonies of #768491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768491

Black with #768491

Text Example


Text Example

White with #768491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768491; }

 p { color: rgb(118,132,145); }

 H1.HeaderClassName
 {
   color: #768491;
 }
 .AnyTagClassName
 {
   color: #768491;
 }
</style>

background-color css

<style>
 a { background-color: #768491; }

 a { background-color: rgb(118,132,145); }

 div.DivClassName
 {
   background-color: #768491;
 }
 .BgClassName
 {
   background-color: #768491;
 }
</style>

border-color css

<style>
 span { border-color: #768491; }

 span { border-color: rgb(118,132,145); }

 td.TdClassName
 {
   border-color: #768491;
 }
 .TagClassName
 {
   border-color: #768491;
 }
</style>