Html Css Color HEX #76889C Light Slate Grey

📋 copy color: '#76889C'

red 118 ◦ green 136 ◦ blue 156

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

Shades of Light Slate Grey #76889C

Tints of Light Slate Grey #76889C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.17%

 BLUE value IS 156 (61.33% from 255) = 38.05%

R = 28.78%
G = 33.17%
B = 38.05%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76889C (or 0x76889C) is known color: Light Slate Grey. HEX triplet: 76, 88 and 9C. RGB value is (118,136,156). Sum of RGB (Red+Green+Blue) = 118+136+156=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 156 - color contains mainly: blue. Hex color #76889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76889C is #897763. Grayscale: #848484. Windows color (decimal): -9008996 or 10258550. OLE color: 10258550.

HSL color Cylindrical-coordinate representation of color #76889C: hue angle of 211.58º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76889C is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 136 156 -
CMYK 0.24 0.13 0 0.39
HSL 211.58º 0.16% 0.54% -
HSV(B) 211.58º 0.24% 0.61% -
XYZ 22.28 23.86 34.88 -
YUV 132.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 118 136 156 0.24 0.13 0 0.39 211.58 0.16 0.54
Hex 76 88 9C 18 D 0 27 D4 10 36
Octal 166 210 234 30 15 0 47 324 20 66
Binary 1110110 10001000 10011100 11000 1101 0 100111 11010100 10000 110110

Color Harmonies of #76889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76889C

Black with #76889C

Text Example


Text Example

White with #76889C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76889C; }

 p { color: rgb(118,136,156); }

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

background-color css

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

 a { background-color: rgb(118,136,156); }

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

border-color css

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

 span { border-color: rgb(118,136,156); }

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