Html Css Color HEX #76797D Raven

📋 copy color: '#76797D'

red 118 ◦ green 121 ◦ blue 125

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

Shades of Raven #76797D

Tints of Raven #76797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.24%

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 32.42%
G = 33.24%
B = 34.34%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76797D (or 0x76797D) is known color: Raven. HEX triplet: 76, 79 and 7D. RGB value is (118,121,125). Sum of RGB (Red+Green+Blue) = 118+121+125=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 125 - color contains mainly: blue. Hex color #76797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76797D is #898682. Grayscale: #787878. Windows color (decimal): -9012867 or 8223094. OLE color: 8223094.

HSL color Cylindrical-coordinate representation of color #76797D: hue angle of 214.29º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #76797D is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 121 125 -
CMYK 0.06 0.03 0 0.51
HSL 214.29º 0.03% 0.48% -
HSV(B) 214.29º 0.06% 0.49% -
XYZ 18.01 19.01 22.12 -
YUV 120.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 118 121 125 0.06 0.03 0 0.51 214.29 0.03 0.48
Hex 76 79 7D 6 3 0 33 D6 3 30
Octal 166 171 175 6 3 0 63 326 3 60
Binary 1110110 1111001 1111101 110 11 0 110011 11010110 11 110000

Color Harmonies of #76797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76797D

Black with #76797D

Text Example


Text Example

White with #76797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,121,125); }

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

background-color css

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

 a { background-color: rgb(118,121,125); }

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

border-color css

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

 span { border-color: rgb(118,121,125); }

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