Html Css Color HEX #717477 Raven

📋 copy color: '#717477'

red 113 ◦ green 116 ◦ blue 119

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

Shades of Raven #717477

Tints of Raven #717477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.2%

R = 32.47%
G = 33.33%
B = 34.2%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#717477 (or 0x717477) is known color: Raven. HEX triplet: 71, 74 and 77. RGB value is (113,116,119). Sum of RGB (Red+Green+Blue) = 113+116+119=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 119 - color contains mainly: blue. Hex color #717477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717477 is #8E8B88. Grayscale: #737373. Windows color (decimal): -9341833 or 7828593. OLE color: 7828593.

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

Color convert

RGB 113 116 119 -
CMYK 0.05 0.03 0 0.53
HSL 210º 0.03% 0.45% -
HSV(B) 210º 0.05% 0.47% -
XYZ 16.39 17.33 19.93 -
YUV 115.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 113 116 119 0.05 0.03 0 0.53 210 0.03 0.45
Hex 71 74 77 5 3 0 35 D2 3 2D
Octal 161 164 167 5 3 0 65 322 3 55
Binary 1110001 1110100 1110111 101 11 0 110101 11010010 11 101101

Color Harmonies of #717477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717477

Black with #717477

Text Example


Text Example

White with #717477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717477; }

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

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

background-color css

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

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

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

border-color css

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

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

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