Html Css Color HEX #727A53 Finch

📋 copy color: '#727A53'

red 114 ◦ green 122 ◦ blue 83

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

Shades of Finch #727A53

Tints of Finch #727A53

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.24%

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

R = 35.74%
G = 38.24%
B = 26.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.52

RGB Variations

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

Color information

#727A53 (or 0x727A53) is known color: Finch. HEX triplet: 72, 7A and 53. RGB value is (114,122,83). Sum of RGB (Red+Green+Blue) = 114+122+83=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 122 - color contains mainly: green. Hex color #727A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A53 is #8D85AC. Grayscale: #737373. Windows color (decimal): -9274797 or 5470834. OLE color: 5470834.

HSL color Cylindrical-coordinate representation of color #727A53: hue angle of 72.31º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #727A53 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 122 83 -
CMYK 0.07 0 0.32 0.52
HSL 72.31º 0.19% 0.4% -
HSV(B) 72.31º 0.32% 0.48% -
XYZ 15.46 18.12 10.87 -
YUV 115.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 114 122 83 0.07 0 0.32 0.52 72.31 0.19 0.4
Hex 72 7A 53 7 0 20 34 48 13 28
Octal 162 172 123 7 0 40 64 110 23 50
Binary 1110010 1111010 1010011 111 0 100000 110100 1001000 10011 101000

Color Harmonies of #727A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727A53

Black with #727A53

Text Example


Text Example

White with #727A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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