Html Css Color HEX #717552 Finch

📋 copy color: '#717552'

red 113 ◦ green 117 ◦ blue 82

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

Shades of Finch #717552

Tints of Finch #717552

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.5%

 BLUE value IS 82 (32.42% from 255) = 26.28%

R = 36.22%
G = 37.5%
B = 26.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#717552 (or 0x717552) is known color: Finch. HEX triplet: 71, 75 and 52. RGB value is (113,117,82). Sum of RGB (Red+Green+Blue) = 113+117+82=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 117 - color contains mainly: green. Hex color #717552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717552 is #8E8AAD. Grayscale: #6F6F6F. Windows color (decimal): -9341614 or 5404017. OLE color: 5404017.

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

Color convert

RGB 113 117 82 -
CMYK 0.03 0 0.30 0.54
HSL 66.86º 0.18% 0.39% -
HSV(B) 66.86º 0.3% 0.46% -
XYZ 14.69 16.84 10.46 -
YUV 111.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 113 117 82 0.03 0 0.30 0.54 66.86 0.18 0.39
Hex 71 75 52 3 0 1E 36 43 12 27
Octal 161 165 122 3 0 36 66 103 22 47
Binary 1110001 1110101 1010010 11 0 11110 110110 1000011 10010 100111

Color Harmonies of #717552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717552

Black with #717552

Text Example


Text Example

White with #717552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717552; }

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

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

background-color css

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

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

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

border-color css

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

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

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