Html Css Color HEX #717252 Finch

📋 copy color: '#717252'

red 113 ◦ green 114 ◦ blue 82

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

Shades of Finch #717252

Tints of Finch #717252

RGB

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

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

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

R = 36.57%
G = 36.89%
B = 26.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#717252 (or 0x717252) is known color: Finch. HEX triplet: 71, 72 and 52. RGB value is (113,114,82). Sum of RGB (Red+Green+Blue) = 113+114+82=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 114 - color contains mainly: green. Hex color #717252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717252 is #8E8DAD. Grayscale: #6E6E6E. Windows color (decimal): -9342382 or 5403249. OLE color: 5403249.

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

Color convert

RGB 113 114 82 -
CMYK 0.01 0 0.28 0.55
HSL 61.88º 0.16% 0.38% -
HSV(B) 61.88º 0.28% 0.45% -
XYZ 14.35 16.15 10.34 -
YUV 110.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 113 114 82 0.01 0 0.28 0.55 61.88 0.16 0.38
Hex 71 72 52 1 0 1C 37 3E 10 26
Octal 161 162 122 1 0 34 67 76 20 46
Binary 1110001 1110010 1010010 1 0 11100 110111 111110 10000 100110

Color Harmonies of #717252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717252

Black with #717252

Text Example


Text Example

White with #717252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717252; }

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

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

background-color css

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

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

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

border-color css

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

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

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