Html Css Color HEX #727457 Finch

📋 copy color: '#727457'

red 114 ◦ green 116 ◦ blue 87

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

Shades of Finch #727457

Tints of Finch #727457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.44%

R = 35.96%
G = 36.59%
B = 27.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#727457 (or 0x727457) is known color: Finch. HEX triplet: 72, 74 and 57. RGB value is (114,116,87). Sum of RGB (Red+Green+Blue) = 114+116+87=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 116 - color contains mainly: green. Hex color #727457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727457 is #8D8BA8. Grayscale: #707070. Windows color (decimal): -9276329 or 5731442. OLE color: 5731442.

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

Color convert

RGB 114 116 87 -
CMYK 0.02 0 0.25 0.55
HSL 64.14º 0.14% 0.4% -
HSV(B) 64.14º 0.25% 0.45% -
XYZ 14.91 16.76 11.47 -
YUV 112.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 114 116 87 0.02 0 0.25 0.55 64.14 0.14 0.4
Hex 72 74 57 2 0 19 37 40 E 28
Octal 162 164 127 2 0 31 67 100 16 50
Binary 1110010 1110100 1010111 10 0 11001 110111 1000000 1110 101000

Color Harmonies of #727457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727457

Black with #727457

Text Example


Text Example

White with #727457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727457; }

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

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

background-color css

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

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

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

border-color css

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

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

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