Html Css Color HEX #727253 Finch

📋 copy color: '#727253'

red 114 ◦ green 114 ◦ blue 83

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

Shades of Finch #727253

Tints of Finch #727253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.69%

R = 36.66%
G = 36.66%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#727253 (or 0x727253) is known color: Finch. HEX triplet: 72, 72 and 53. RGB value is (114,114,83). Sum of RGB (Red+Green+Blue) = 114+114+83=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 114 - color contains mainly: red, green. Hex color #727253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727253 is #8D8DAC. Grayscale: #6E6E6E. Windows color (decimal): -9276845 or 5468786. OLE color: 5468786.

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

Color convert

RGB 114 114 83 -
CMYK 0 0 0.27 0.55
HSL 60º 0.16% 0.39% -
HSV(B) 60º 0.27% 0.45% -
XYZ 14.52 16.24 10.55 -
YUV 110.47 112.5 130.52 -
System Red Green Blue C M Y K H S L
Decimal 114 114 83 0 0 0.27 0.55 60 0.16 0.39
Hex 72 72 53 0 0 1B 37 3C 10 27
Octal 162 162 123 0 0 33 67 74 20 47
Binary 1110010 1110010 1010011 0 0 11011 110111 111100 10000 100111

Color Harmonies of #727253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727253

Black with #727253

Text Example


Text Example

White with #727253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727253; }

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

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

background-color css

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

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

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

border-color css

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

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

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