Html Css Color HEX #76828F Slate Grey

📋 copy color: '#76828F'

red 118 ◦ green 130 ◦ blue 143

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

Shades of Slate Grey #76828F

Tints of Slate Grey #76828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.25%

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

R = 30.18%
G = 33.25%
B = 36.57%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76828F (or 0x76828F) is known color: Slate Grey. HEX triplet: 76, 82 and 8F. RGB value is (118,130,143). Sum of RGB (Red+Green+Blue) = 118+130+143=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 143 - color contains mainly: blue. Hex color #76828F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76828F is #897D70. Grayscale: #7F7F7F. Windows color (decimal): -9010545 or 9405046. OLE color: 9405046.

HSL color Cylindrical-coordinate representation of color #76828F: hue angle of 211.2º 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 #76828F is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 130 143 -
CMYK 0.17 0.09 0 0.44
HSL 211.2º 0.1% 0.51% -
HSV(B) 211.2º 0.17% 0.56% -
XYZ 20.41 21.8 29.12 -
YUV 127.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 118 130 143 0.17 0.09 0 0.44 211.2 0.1 0.51
Hex 76 82 8F 11 9 0 2C D3 A 33
Octal 166 202 217 21 11 0 54 323 12 63
Binary 1110110 10000010 10001111 10001 1001 0 101100 11010011 1010 110011

Color Harmonies of #76828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76828F

Black with #76828F

Text Example


Text Example

White with #76828F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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