Html Css Color HEX #76797B Raven

📋 copy color: '#76797B'

red 118 ◦ green 121 ◦ blue 123

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

Shades of Raven #76797B

Tints of Raven #76797B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.98%

R = 32.6%
G = 33.43%
B = 33.98%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76797B (or 0x76797B) is known color: Raven. HEX triplet: 76, 79 and 7B. RGB value is (118,121,123). Sum of RGB (Red+Green+Blue) = 118+121+123=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 123 - color contains mainly: blue. Hex color #76797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76797B is #898684. Grayscale: #787878. Windows color (decimal): -9012869 or 8092022. OLE color: 8092022.

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

Color convert

RGB 118 121 123 -
CMYK 0.04 0.02 0 0.52
HSL 204º 0.02% 0.47% -
HSV(B) 204º 0.04% 0.48% -
XYZ 17.88 18.96 21.46 -
YUV 120.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 118 121 123 0.04 0.02 0 0.52 204 0.02 0.47
Hex 76 79 7B 4 2 0 34 CC 2 2F
Octal 166 171 173 4 2 0 64 314 2 57
Binary 1110110 1111001 1111011 100 10 0 110100 11001100 10 101111

Color Harmonies of #76797B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76797B

Black with #76797B

Text Example


Text Example

White with #76797B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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