Html Css Color HEX #76858F Slate Grey

📋 copy color: '#76858F'

red 118 ◦ green 133 ◦ blue 143

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

Shades of Slate Grey #76858F

Tints of Slate Grey #76858F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.76%

 BLUE value IS 143 (56.25% from 255) = 36.29%

R = 29.95%
G = 33.76%
B = 36.29%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76858F (or 0x76858F) is known color: Slate Grey. HEX triplet: 76, 85 and 8F. RGB value is (118,133,143). Sum of RGB (Red+Green+Blue) = 118+133+143=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 143 - color contains mainly: blue. Hex color #76858F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76858F is #897A70. Grayscale: #818181. Windows color (decimal): -9009777 or 9405814. OLE color: 9405814.

HSL color Cylindrical-coordinate representation of color #76858F: hue angle of 204º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #76858F is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 133 143 -
CMYK 0.17 0.07 0 0.44
HSL 204º 0.1% 0.51% -
HSV(B) 204º 0.17% 0.56% -
XYZ 20.82 22.61 29.25 -
YUV 129.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 118 133 143 0.17 0.07 0 0.44 204 0.1 0.51
Hex 76 85 8F 11 7 0 2C CC A 33
Octal 166 205 217 21 7 0 54 314 12 63
Binary 1110110 10000101 10001111 10001 111 0 101100 11001100 1010 110011

Color Harmonies of #76858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76858F

Black with #76858F

Text Example


Text Example

White with #76858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76858F; }

 p { color: rgb(118,133,143); }

 H1.HeaderClassName
 {
   color: #76858F;
 }
 .AnyTagClassName
 {
   color: #76858F;
 }
</style>

background-color css

<style>
 a { background-color: #76858F; }

 a { background-color: rgb(118,133,143); }

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

border-color css

<style>
 span { border-color: #76858F; }

 span { border-color: rgb(118,133,143); }

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