Html Css Color HEX #727750 Finch

📋 copy color: '#727750'

red 114 ◦ green 119 ◦ blue 80

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

Shades of Finch #727750

Tints of Finch #727750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.56%

R = 36.42%
G = 38.02%
B = 25.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#727750 (or 0x727750) is known color: Finch. HEX triplet: 72, 77 and 50. RGB value is (114,119,80). Sum of RGB (Red+Green+Blue) = 114+119+80=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #727750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727750 is #8D88AF. Grayscale: #717171. Windows color (decimal): -9275568 or 5273458. OLE color: 5273458.

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

Color convert

RGB 114 119 80 -
CMYK 0.04 0 0.33 0.53
HSL 67.69º 0.2% 0.39% -
HSV(B) 67.69º 0.33% 0.47% -
XYZ 14.98 17.35 10.15 -
YUV 113.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 114 119 80 0.04 0 0.33 0.53 67.69 0.2 0.39
Hex 72 77 50 4 0 21 35 44 14 27
Octal 162 167 120 4 0 41 65 104 24 47
Binary 1110010 1110111 1010000 100 0 100001 110101 1000100 10100 100111

Color Harmonies of #727750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727750

Black with #727750

Text Example


Text Example

White with #727750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727750; }

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

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

background-color css

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

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

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

border-color css

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

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

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