Html Css Color HEX #727454 Finch

📋 copy color: '#727454'

red 114 ◦ green 116 ◦ blue 84

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

Shades of Finch #727454

Tints of Finch #727454

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.94%

 BLUE value IS 84 (33.2% from 255) = 26.75%

R = 36.31%
G = 36.94%
B = 26.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#727454 (or 0x727454) is known color: Finch. HEX triplet: 72, 74 and 54. RGB value is (114,116,84). Sum of RGB (Red+Green+Blue) = 114+116+84=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 116 - color contains mainly: green. Hex color #727454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727454 is #8D8BAB. Grayscale: #6F6F6F. Windows color (decimal): -9276332 or 5534834. OLE color: 5534834.

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

Color convert

RGB 114 116 84 -
CMYK 0.02 0 0.28 0.55
HSL 63.75º 0.16% 0.39% -
HSV(B) 63.75º 0.28% 0.45% -
XYZ 14.79 16.71 10.83 -
YUV 111.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 114 116 84 0.02 0 0.28 0.55 63.75 0.16 0.39
Hex 72 74 54 2 0 1C 37 40 10 27
Octal 162 164 124 2 0 34 67 100 20 47
Binary 1110010 1110100 1010100 10 0 11100 110111 1000000 10000 100111

Color Harmonies of #727454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727454

Black with #727454

Text Example


Text Example

White with #727454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727454; }

 p { color: rgb(114,116,84); }

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

background-color css

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

 a { background-color: rgb(114,116,84); }

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

border-color css

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

 span { border-color: rgb(114,116,84); }

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