Html Css Color HEX #717274 Raven

📋 copy color: '#717274'

red 113 ◦ green 114 ◦ blue 116

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

Shades of Raven #717274

Tints of Raven #717274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.24%

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 32.94%
G = 33.24%
B = 33.82%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#717274 (or 0x717274) is known color: Raven. HEX triplet: 71, 72 and 74. RGB value is (113,114,116). Sum of RGB (Red+Green+Blue) = 113+114+116=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 116 - color contains mainly: blue. Hex color #717274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717274 is #8E8D8B. Grayscale: #717171. Windows color (decimal): -9342348 or 7631473. OLE color: 7631473.

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

Color convert

RGB 113 114 116 -
CMYK 0.03 0.02 0 0.55
HSL 220º 0.01% 0.45% -
HSV(B) 220º 0.03% 0.45% -
XYZ 15.98 16.81 18.92 -
YUV 113.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 113 114 116 0.03 0.02 0 0.55 220 0.01 0.45
Hex 71 72 74 3 2 0 37 DC 1 2D
Octal 161 162 164 3 2 0 67 334 1 55
Binary 1110001 1110010 1110100 11 10 0 110111 11011100 1 101101

Color Harmonies of #717274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717274

Black with #717274

Text Example


Text Example

White with #717274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717274; }

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

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

background-color css

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

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

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

border-color css

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

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

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