Html Css Color HEX #76879A Light Slate Grey

📋 copy color: '#76879A'

red 118 ◦ green 135 ◦ blue 154

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

Shades of Light Slate Grey #76879A

Tints of Light Slate Grey #76879A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.17%

 BLUE value IS 154 (60.55% from 255) = 37.84%

R = 28.99%
G = 33.17%
B = 37.84%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#76879A (or 0x76879A) is known color: Light Slate Grey. HEX triplet: 76, 87 and 9A. RGB value is (118,135,154). Sum of RGB (Red+Green+Blue) = 118+135+154=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #76879A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76879A is #897865. Grayscale: #838383. Windows color (decimal): -9009254 or 10127222. OLE color: 10127222.

HSL color Cylindrical-coordinate representation of color #76879A: hue angle of 211.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76879A is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 135 154 -
CMYK 0.23 0.12 0 0.40
HSL 211.67º 0.15% 0.53% -
HSV(B) 211.67º 0.23% 0.6% -
XYZ 21.97 23.51 33.95 -
YUV 132.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 118 135 154 0.23 0.12 0 0.40 211.67 0.15 0.53
Hex 76 87 9A 17 C 0 28 D4 F 35
Octal 166 207 232 27 14 0 50 324 17 65
Binary 1110110 10000111 10011010 10111 1100 0 101000 11010100 1111 110101

Color Harmonies of #76879A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76879A

Black with #76879A

Text Example


Text Example

White with #76879A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76879A; }

 p { color: rgb(118,135,154); }

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

background-color css

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

 a { background-color: rgb(118,135,154); }

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

border-color css

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

 span { border-color: rgb(118,135,154); }

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