Html Css Color HEX #717375 Raven

📋 copy color: '#717375'

red 113 ◦ green 115 ◦ blue 117

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

Shades of Raven #717375

Tints of Raven #717375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.91%

R = 32.75%
G = 33.33%
B = 33.91%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#717375 (or 0x717375) is known color: Raven. HEX triplet: 71, 73 and 75. RGB value is (113,115,117). Sum of RGB (Red+Green+Blue) = 113+115+117=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 117 - color contains mainly: blue. Hex color #717375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717375 is #8E8C8A. Grayscale: #727272. Windows color (decimal): -9342091 or 7697265. OLE color: 7697265.

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

Color convert

RGB 113 115 117 -
CMYK 0.03 0.02 0 0.54
HSL 210º 0.02% 0.45% -
HSV(B) 210º 0.03% 0.46% -
XYZ 16.15 17.06 19.27 -
YUV 114.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 113 115 117 0.03 0.02 0 0.54 210 0.02 0.45
Hex 71 73 75 3 2 0 36 D2 2 2D
Octal 161 163 165 3 2 0 66 322 2 55
Binary 1110001 1110011 1110101 11 10 0 110110 11010010 10 101101

Color Harmonies of #717375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717375

Black with #717375

Text Example


Text Example

White with #717375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717375; }

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

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

background-color css

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

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

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

border-color css

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

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

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