Html Css Color HEX #76889A Light Slate Grey

📋 copy color: '#76889A'

red 118 ◦ green 136 ◦ blue 154

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

Shades of Light Slate Grey #76889A

Tints of Light Slate Grey #76889A

RGB

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

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

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

R = 28.92%
G = 33.33%
B = 37.75%

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

#76889A (or 0x76889A) is known color: Light Slate Grey. HEX triplet: 76, 88 and 9A. RGB value is (118,136,154). Sum of RGB (Red+Green+Blue) = 118+136+154=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 154 - color contains mainly: blue. Hex color #76889A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76889A is #897765. Grayscale: #848484. Windows color (decimal): -9008998 or 10127478. OLE color: 10127478.

HSL color Cylindrical-coordinate representation of color #76889A: hue angle of 210º 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 #76889A is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 136 154 -
CMYK 0.23 0.12 0 0.40
HSL 210º 0.15% 0.53% -
HSV(B) 210º 0.23% 0.6% -
XYZ 22.11 23.79 34 -
YUV 132.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 118 136 154 0.23 0.12 0 0.40 210 0.15 0.53
Hex 76 88 9A 17 C 0 28 D2 F 35
Octal 166 210 232 27 14 0 50 322 17 65
Binary 1110110 10001000 10011010 10111 1100 0 101000 11010010 1111 110101

Color Harmonies of #76889A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76889A

Black with #76889A

Text Example


Text Example

White with #76889A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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