Html Css Color HEX #717752 Finch

📋 copy color: '#717752'

red 113 ◦ green 119 ◦ blue 82

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

Shades of Finch #717752

Tints of Finch #717752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.9%

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

R = 35.99%
G = 37.9%
B = 26.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#717752 (or 0x717752) is known color: Finch. HEX triplet: 71, 77 and 52. RGB value is (113,119,82). Sum of RGB (Red+Green+Blue) = 113+119+82=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #717752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717752 is #8E88AD. Grayscale: #717171. Windows color (decimal): -9341102 or 5404529. OLE color: 5404529.

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

Color convert

RGB 113 119 82 -
CMYK 0.05 0 0.31 0.53
HSL 69.73º 0.18% 0.39% -
HSV(B) 69.73º 0.31% 0.47% -
XYZ 14.93 17.31 10.54 -
YUV 112.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 113 119 82 0.05 0 0.31 0.53 69.73 0.18 0.39
Hex 71 77 52 5 0 1F 35 46 12 27
Octal 161 167 122 5 0 37 65 106 22 47
Binary 1110001 1110111 1010010 101 0 11111 110101 1000110 10010 100111

Color Harmonies of #717752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717752

Black with #717752

Text Example


Text Example

White with #717752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717752; }

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

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

background-color css

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

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

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

border-color css

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

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

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