Html Css Color HEX #727552 Finch

📋 copy color: '#727552'

red 114 ◦ green 117 ◦ blue 82

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

Shades of Finch #727552

Tints of Finch #727552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.2%

R = 36.42%
G = 37.38%
B = 26.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#727552 (or 0x727552) is known color: Finch. HEX triplet: 72, 75 and 52. RGB value is (114,117,82). Sum of RGB (Red+Green+Blue) = 114+117+82=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 117 - color contains mainly: green. Hex color #727552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727552 is #8D8AAD. Grayscale: #707070. Windows color (decimal): -9276078 or 5404018. OLE color: 5404018.

HSL color Cylindrical-coordinate representation of color #727552: hue angle of 65.14º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #727552 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 117 82 -
CMYK 0.03 0 0.30 0.54
HSL 65.14º 0.18% 0.39% -
HSV(B) 65.14º 0.3% 0.46% -
XYZ 14.82 16.91 10.47 -
YUV 112.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 114 117 82 0.03 0 0.30 0.54 65.14 0.18 0.39
Hex 72 75 52 3 0 1E 36 41 12 27
Octal 162 165 122 3 0 36 66 101 22 47
Binary 1110010 1110101 1010010 11 0 11110 110110 1000001 10010 100111

Color Harmonies of #727552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727552

Black with #727552

Text Example


Text Example

White with #727552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727552; }

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

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

background-color css

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

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

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

border-color css

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

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

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