Html Css Color HEX #76838E Slate Grey

📋 copy color: '#76838E'

red 118 ◦ green 131 ◦ blue 142

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

Shades of Slate Grey #76838E

Tints of Slate Grey #76838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.5%

 BLUE value IS 142 (55.86% from 255) = 36.32%

R = 30.18%
G = 33.5%
B = 36.32%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76838E (or 0x76838E) is known color: Slate Grey. HEX triplet: 76, 83 and 8E. RGB value is (118,131,142). Sum of RGB (Red+Green+Blue) = 118+131+142=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 142 - color contains mainly: blue. Hex color #76838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76838E is #897C71. Grayscale: #808080. Windows color (decimal): -9010290 or 9339766. OLE color: 9339766.

HSL color Cylindrical-coordinate representation of color #76838E: hue angle of 207.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #76838E is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 131 142 -
CMYK 0.17 0.08 0 0.44
HSL 207.5º 0.1% 0.51% -
HSV(B) 207.5º 0.17% 0.56% -
XYZ 20.47 22.04 28.77 -
YUV 128.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 118 131 142 0.17 0.08 0 0.44 207.5 0.1 0.51
Hex 76 83 8E 11 8 0 2C D0 A 33
Octal 166 203 216 21 10 0 54 320 12 63
Binary 1110110 10000011 10001110 10001 1000 0 101100 11010000 1010 110011

Color Harmonies of #76838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76838E

Black with #76838E

Text Example


Text Example

White with #76838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76838E; }

 p { color: rgb(118,131,142); }

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

background-color css

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

 a { background-color: rgb(118,131,142); }

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

border-color css

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

 span { border-color: rgb(118,131,142); }

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