Html Css Color HEX #727452 Finch

📋 copy color: '#727452'

red 114 ◦ green 116 ◦ blue 82

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

Shades of Finch #727452

Tints of Finch #727452

RGB

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

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

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

R = 36.54%
G = 37.18%
B = 26.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#727452 (or 0x727452) is known color: Finch. HEX triplet: 72, 74 and 52. RGB value is (114,116,82). Sum of RGB (Red+Green+Blue) = 114+116+82=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 116 - color contains mainly: green. Hex color #727452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727452 is #8D8BAD. Grayscale: #6F6F6F. Windows color (decimal): -9276334 or 5403762. OLE color: 5403762.

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

Color convert

RGB 114 116 82 -
CMYK 0.02 0 0.29 0.55
HSL 63.53º 0.17% 0.39% -
HSV(B) 63.53º 0.29% 0.45% -
XYZ 14.71 16.68 10.43 -
YUV 111.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 114 116 82 0.02 0 0.29 0.55 63.53 0.17 0.39
Hex 72 74 52 2 0 1D 37 40 11 27
Octal 162 164 122 2 0 35 67 100 21 47
Binary 1110010 1110100 1010010 10 0 11101 110111 1000000 10001 100111

Color Harmonies of #727452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727452

Black with #727452

Text Example


Text Example

White with #727452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727452; }

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

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

background-color css

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

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

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

border-color css

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

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

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