Html Css Color HEX #76818A Slate Grey

📋 copy color: '#76818A'

red 118 ◦ green 129 ◦ blue 138

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

Shades of Slate Grey #76818A

Tints of Slate Grey #76818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.51%

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 30.65%
G = 33.51%
B = 35.84%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#76818A (or 0x76818A) is known color: Slate Grey. HEX triplet: 76, 81 and 8A. RGB value is (118,129,138). Sum of RGB (Red+Green+Blue) = 118+129+138=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 138 - color contains mainly: blue. Hex color #76818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76818A is #897E75. Grayscale: #7E7E7E. Windows color (decimal): -9010806 or 9077110. OLE color: 9077110.

HSL color Cylindrical-coordinate representation of color #76818A: hue angle of 207º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #76818A is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 129 138 -
CMYK 0.14 0.07 0 0.46
HSL 207º 0.08% 0.5% -
HSV(B) 207º 0.14% 0.54% -
XYZ 19.91 21.39 27.12 -
YUV 126.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 118 129 138 0.14 0.07 0 0.46 207 0.08 0.5
Hex 76 81 8A E 7 0 2E CF 8 32
Octal 166 201 212 16 7 0 56 317 10 62
Binary 1110110 10000001 10001010 1110 111 0 101110 11001111 1000 110010

Color Harmonies of #76818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76818A

Black with #76818A

Text Example


Text Example

White with #76818A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,129,138); }

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

background-color css

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

 a { background-color: rgb(118,129,138); }

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

border-color css

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

 span { border-color: rgb(118,129,138); }

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