Html Css Color HEX #76879D Light Slate Grey

📋 copy color: '#76879D'

red 118 ◦ green 135 ◦ blue 157

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

Shades of Light Slate Grey #76879D

Tints of Light Slate Grey #76879D

RGB

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

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

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

R = 28.78%
G = 32.93%
B = 38.29%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76879D (or 0x76879D) is known color: Light Slate Grey. HEX triplet: 76, 87 and 9D. RGB value is (118,135,157). Sum of RGB (Red+Green+Blue) = 118+135+157=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #76879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76879D is #897862. Grayscale: #848484. Windows color (decimal): -9009251 or 10323830. OLE color: 10323830.

HSL color Cylindrical-coordinate representation of color #76879D: hue angle of 213.85º 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 #76879D is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 135 157 -
CMYK 0.25 0.14 0 0.38
HSL 213.85º 0.17% 0.54% -
HSV(B) 213.85º 0.25% 0.62% -
XYZ 22.22 23.61 35.29 -
YUV 132.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 118 135 157 0.25 0.14 0 0.38 213.85 0.17 0.54
Hex 76 87 9D 19 E 0 26 D6 11 36
Octal 166 207 235 31 16 0 46 326 21 66
Binary 1110110 10000111 10011101 11001 1110 0 100110 11010110 10001 110110

Color Harmonies of #76879D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76879D

Black with #76879D

Text Example


Text Example

White with #76879D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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