Html Css Color HEX #727558 Finch

📋 copy color: '#727558'

red 114 ◦ green 117 ◦ blue 88

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

Shades of Finch #727558

Tints of Finch #727558

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.68%

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

R = 35.74%
G = 36.68%
B = 27.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#727558 (or 0x727558) is known color: Finch. HEX triplet: 72, 75 and 58. RGB value is (114,117,88). Sum of RGB (Red+Green+Blue) = 114+117+88=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #727558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727558 is #8D8AA7. Grayscale: #707070. Windows color (decimal): -9276072 or 5797234. OLE color: 5797234.

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

Color convert

RGB 114 117 88 -
CMYK 0.03 0 0.25 0.54
HSL 66.21º 0.14% 0.4% -
HSV(B) 66.21º 0.25% 0.46% -
XYZ 15.06 17 11.72 -
YUV 112.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 114 117 88 0.03 0 0.25 0.54 66.21 0.14 0.4
Hex 72 75 58 3 0 19 36 42 E 28
Octal 162 165 130 3 0 31 66 102 16 50
Binary 1110010 1110101 1011000 11 0 11001 110110 1000010 1110 101000

Color Harmonies of #727558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727558

Black with #727558

Text Example


Text Example

White with #727558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727558; }

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

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

background-color css

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

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

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

border-color css

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

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

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