Html Css Color HEX #727955 Finch

📋 copy color: '#727955'

red 114 ◦ green 121 ◦ blue 85

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

Shades of Finch #727955

Tints of Finch #727955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.81%

 BLUE value IS 85 (33.59% from 255) = 26.56%

R = 35.63%
G = 37.81%
B = 26.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#727955 (or 0x727955) is known color: Finch. HEX triplet: 72, 79 and 55. RGB value is (114,121,85). Sum of RGB (Red+Green+Blue) = 114+121+85=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 121 - color contains mainly: green. Hex color #727955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727955 is #8D86AA. Grayscale: #727272. Windows color (decimal): -9275051 or 5601650. OLE color: 5601650.

HSL color Cylindrical-coordinate representation of color #727955: hue angle of 71.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #727955 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 121 85 -
CMYK 0.06 0 0.30 0.53
HSL 71.67º 0.17% 0.4% -
HSV(B) 71.67º 0.3% 0.47% -
XYZ 15.42 17.91 11.24 -
YUV 114.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 114 121 85 0.06 0 0.30 0.53 71.67 0.17 0.4
Hex 72 79 55 6 0 1E 35 48 11 28
Octal 162 171 125 6 0 36 65 110 21 50
Binary 1110010 1111001 1010101 110 0 11110 110101 1001000 10001 101000

Color Harmonies of #727955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727955

Black with #727955

Text Example


Text Example

White with #727955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727955; }

 p { color: rgb(114,121,85); }

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

background-color css

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

 a { background-color: rgb(114,121,85); }

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

border-color css

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

 span { border-color: rgb(114,121,85); }

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