Html Css Color HEX #76899D Light Slate Grey

📋 copy color: '#76899D'

red 118 ◦ green 137 ◦ blue 157

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

Shades of Light Slate Grey #76899D

Tints of Light Slate Grey #76899D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.25%

 BLUE value IS 157 (61.72% from 255) = 38.11%

R = 28.64%
G = 33.25%
B = 38.11%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76899D (or 0x76899D) is known color: Light Slate Grey. HEX triplet: 76, 89 and 9D. RGB value is (118,137,157). Sum of RGB (Red+Green+Blue) = 118+137+157=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #76899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76899D is #897662. Grayscale: #858585. Windows color (decimal): -9008739 or 10324342. OLE color: 10324342.

HSL color Cylindrical-coordinate representation of color #76899D: hue angle of 210.77º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76899D is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 137 157 -
CMYK 0.25 0.13 0 0.38
HSL 210.77º 0.17% 0.54% -
HSV(B) 210.77º 0.25% 0.62% -
XYZ 22.5 24.18 35.38 -
YUV 133.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 118 137 157 0.25 0.13 0 0.38 210.77 0.17 0.54
Hex 76 89 9D 19 D 0 26 D3 11 36
Octal 166 211 235 31 15 0 46 323 21 66
Binary 1110110 10001001 10011101 11001 1101 0 100110 11010011 10001 110110

Color Harmonies of #76899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76899D

Black with #76899D

Text Example


Text Example

White with #76899D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76899D; }

 p { color: rgb(118,137,157); }

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

background-color css

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

 a { background-color: rgb(118,137,157); }

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

border-color css

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

 span { border-color: rgb(118,137,157); }

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