Html Css Color HEX #76797C Raven

📋 copy color: '#76797C'

red 118 ◦ green 121 ◦ blue 124

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

Shades of Raven #76797C

Tints of Raven #76797C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 32.51%
G = 33.33%
B = 34.16%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76797C (or 0x76797C) is known color: Raven. HEX triplet: 76, 79 and 7C. RGB value is (118,121,124). Sum of RGB (Red+Green+Blue) = 118+121+124=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 124 - color contains mainly: blue. Hex color #76797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76797C is #898683. Grayscale: #787878. Windows color (decimal): -9012868 or 8157558. OLE color: 8157558.

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

Color convert

RGB 118 121 124 -
CMYK 0.05 0.02 0 0.51
HSL 210º 0.02% 0.47% -
HSV(B) 210º 0.05% 0.49% -
XYZ 17.95 18.98 21.79 -
YUV 120.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 118 121 124 0.05 0.02 0 0.51 210 0.02 0.47
Hex 76 79 7C 5 2 0 33 D2 2 2F
Octal 166 171 174 5 2 0 63 322 2 57
Binary 1110110 1111001 1111100 101 10 0 110011 11010010 10 101111

Color Harmonies of #76797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76797C

Black with #76797C

Text Example


Text Example

White with #76797C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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