Html Css Color HEX #727760 Finch

📋 copy color: '#727760'

red 114 ◦ green 119 ◦ blue 96

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

Shades of Finch #727760

Tints of Finch #727760

RGB

 RED value IS 114 (44.92% from 255) = 34.65%

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

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

R = 34.65%
G = 36.17%
B = 29.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#727760 (or 0x727760) is known color: Finch. HEX triplet: 72, 77 and 60. RGB value is (114,119,96). Sum of RGB (Red+Green+Blue) = 114+119+96=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #727760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727760 is #8D889F. Grayscale: #727272. Windows color (decimal): -9275552 or 6322034. OLE color: 6322034.

HSL color Cylindrical-coordinate representation of color #727760: hue angle of 73.04º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #727760 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 96 -
CMYK 0.04 0 0.19 0.53
HSL 73.04º 0.11% 0.42% -
HSV(B) 73.04º 0.19% 0.47% -
XYZ 15.65 17.62 13.64 -
YUV 114.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 114 119 96 0.04 0 0.19 0.53 73.04 0.11 0.42
Hex 72 77 60 4 0 13 35 49 B 2A
Octal 162 167 140 4 0 23 65 111 13 52
Binary 1110010 1110111 1100000 100 0 10011 110101 1001001 1011 101010

Color Harmonies of #727760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727760

Black with #727760

Text Example


Text Example

White with #727760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727760; }

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

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

background-color css

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

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

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

border-color css

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

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

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