Html Css Color HEX #717376 Raven

📋 copy color: '#717376'

red 113 ◦ green 115 ◦ blue 118

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

Shades of Raven #717376

Tints of Raven #717376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.24%

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

R = 32.66%
G = 33.24%
B = 34.1%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#717376 (or 0x717376) is known color: Raven. HEX triplet: 71, 73 and 76. RGB value is (113,115,118). Sum of RGB (Red+Green+Blue) = 113+115+118=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 118 - color contains mainly: blue. Hex color #717376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717376 is #8E8C89. Grayscale: #727272. Windows color (decimal): -9342090 or 7762801. OLE color: 7762801.

HSL color Cylindrical-coordinate representation of color #717376: hue angle of 216º 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 #717376 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 115 118 -
CMYK 0.04 0.03 0 0.54
HSL 216º 0.02% 0.45% -
HSV(B) 216º 0.04% 0.46% -
XYZ 16.21 17.08 19.58 -
YUV 114.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 113 115 118 0.04 0.03 0 0.54 216 0.02 0.45
Hex 71 73 76 4 3 0 36 D8 2 2D
Octal 161 163 166 4 3 0 66 330 2 55
Binary 1110001 1110011 1110110 100 11 0 110110 11011000 10 101101

Color Harmonies of #717376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717376

Black with #717376

Text Example


Text Example

White with #717376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717376; }

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

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

background-color css

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

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

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

border-color css

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

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

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