Html Css Color HEX #717476 Raven

📋 copy color: '#717476'

red 113 ◦ green 116 ◦ blue 118

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

Shades of Raven #717476

Tints of Raven #717476

RGB

 RED value IS 113 (44.53% from 255) = 32.56%

 GREEN value IS 116 (45.7% from 255) = 33.43%

 BLUE value IS 118 (46.48% from 255) = 34.01%

R = 32.56%
G = 33.43%
B = 34.01%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#717476 (or 0x717476) is known color: Raven. HEX triplet: 71, 74 and 76. RGB value is (113,116,118). Sum of RGB (Red+Green+Blue) = 113+116+118=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 118 - color contains mainly: blue. Hex color #717476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717476 is #8E8B89. Grayscale: #737373. Windows color (decimal): -9341834 or 7763057. OLE color: 7763057.

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

Color convert

RGB 113 116 118 -
CMYK 0.04 0.02 0 0.54
HSL 204º 0.02% 0.45% -
HSV(B) 204º 0.04% 0.46% -
XYZ 16.33 17.31 19.62 -
YUV 115.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 113 116 118 0.04 0.02 0 0.54 204 0.02 0.45
Hex 71 74 76 4 2 0 36 CC 2 2D
Octal 161 164 166 4 2 0 66 314 2 55
Binary 1110001 1110100 1110110 100 10 0 110110 11001100 10 101101

Color Harmonies of #717476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717476

Black with #717476

Text Example


Text Example

White with #717476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717476; }

 p { color: rgb(113,116,118); }

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

background-color css

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

 a { background-color: rgb(113,116,118); }

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

border-color css

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

 span { border-color: rgb(113,116,118); }

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