Html Css Color HEX #727458 Finch

📋 copy color: '#727458'

red 114 ◦ green 116 ◦ blue 88

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

Shades of Finch #727458

Tints of Finch #727458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.67%

R = 35.85%
G = 36.48%
B = 27.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#727458 (or 0x727458) is known color: Finch. HEX triplet: 72, 74 and 58. RGB value is (114,116,88). Sum of RGB (Red+Green+Blue) = 114+116+88=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 116 - color contains mainly: green. Hex color #727458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727458 is #8D8BA7. Grayscale: #707070. Windows color (decimal): -9276328 or 5796978. OLE color: 5796978.

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

Color convert

RGB 114 116 88 -
CMYK 0.02 0 0.24 0.55
HSL 64.29º 0.14% 0.4% -
HSV(B) 64.29º 0.24% 0.45% -
XYZ 14.95 16.77 11.68 -
YUV 112.21 114.34 129.28 -
System Red Green Blue C M Y K H S L
Decimal 114 116 88 0.02 0 0.24 0.55 64.29 0.14 0.4
Hex 72 74 58 2 0 18 37 40 E 28
Octal 162 164 130 2 0 30 67 100 16 50
Binary 1110010 1110100 1011000 10 0 11000 110111 1000000 1110 101000

Color Harmonies of #727458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727458

Black with #727458

Text Example


Text Example

White with #727458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727458; }

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

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

background-color css

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

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

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

border-color css

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

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

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