Html Css Color HEX #727252 Finch

📋 copy color: '#727252'

red 114 ◦ green 114 ◦ blue 82

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

Shades of Finch #727252

Tints of Finch #727252

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.77%

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

R = 36.77%
G = 36.77%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#727252 (or 0x727252) is known color: Finch. HEX triplet: 72, 72 and 52. RGB value is (114,114,82). Sum of RGB (Red+Green+Blue) = 114+114+82=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727252 is #8D8DAD. Grayscale: #6E6E6E. Windows color (decimal): -9276846 or 5403250. OLE color: 5403250.

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

Color convert

RGB 114 114 82 -
CMYK 0 0 0.28 0.55
HSL 60º 0.16% 0.38% -
HSV(B) 60º 0.28% 0.45% -
XYZ 14.48 16.22 10.35 -
YUV 110.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 114 114 82 0 0 0.28 0.55 60 0.16 0.38
Hex 72 72 52 0 0 1C 37 3C 10 26
Octal 162 162 122 0 0 34 67 74 20 46
Binary 1110010 1110010 1010010 0 0 11100 110111 111100 10000 100110

Color Harmonies of #727252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727252

Black with #727252

Text Example


Text Example

White with #727252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727252; }

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

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

background-color css

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

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

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

border-color css

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

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

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