Html Css Color HEX #717260 Finch

📋 copy color: '#717260'

red 113 ◦ green 114 ◦ blue 96

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

Shades of Finch #717260

Tints of Finch #717260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.72%

R = 34.98%
G = 35.29%
B = 29.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#717260 (or 0x717260) is known color: Finch. HEX triplet: 71, 72 and 60. RGB value is (113,114,96). Sum of RGB (Red+Green+Blue) = 113+114+96=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 114 - color contains mainly: green. Hex color #717260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717260 is #8E8D9F. Grayscale: #6F6F6F. Windows color (decimal): -9342368 or 6320753. OLE color: 6320753.

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

Color convert

RGB 113 114 96 -
CMYK 0.01 0 0.16 0.55
HSL 63.33º 0.09% 0.41% -
HSV(B) 63.33º 0.16% 0.45% -
XYZ 14.94 16.39 13.44 -
YUV 111.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 113 114 96 0.01 0 0.16 0.55 63.33 0.09 0.41
Hex 71 72 60 1 0 10 37 3F 9 29
Octal 161 162 140 1 0 20 67 77 11 51
Binary 1110001 1110010 1100000 1 0 10000 110111 111111 1001 101001

Color Harmonies of #717260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717260

Black with #717260

Text Example


Text Example

White with #717260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717260; }

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

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

background-color css

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

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

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

border-color css

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

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

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