Html Css Color HEX #727D53 Finch

📋 copy color: '#727D53'

red 114 ◦ green 125 ◦ blue 83

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

Shades of Finch #727D53

Tints of Finch #727D53

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.82%

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

R = 35.4%
G = 38.82%
B = 25.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#727D53 (or 0x727D53) is known color: Finch. HEX triplet: 72, 7D and 53. RGB value is (114,125,83). Sum of RGB (Red+Green+Blue) = 114+125+83=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 125 - color contains mainly: green. Hex color #727D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727D53 is #8D82AC. Grayscale: #757575. Windows color (decimal): -9274029 or 5471602. OLE color: 5471602.

HSL color Cylindrical-coordinate representation of color #727D53: hue angle of 75.71º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #727D53 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 125 83 -
CMYK 0.09 0 0.34 0.51
HSL 75.71º 0.2% 0.41% -
HSV(B) 75.71º 0.34% 0.49% -
XYZ 15.83 18.87 10.99 -
YUV 116.92 108.86 125.92 -
System Red Green Blue C M Y K H S L
Decimal 114 125 83 0.09 0 0.34 0.51 75.71 0.2 0.41
Hex 72 7D 53 9 0 22 33 4C 14 29
Octal 162 175 123 11 0 42 63 114 24 51
Binary 1110010 1111101 1010011 1001 0 100010 110011 1001100 10100 101001

Color Harmonies of #727D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727D53

Black with #727D53

Text Example


Text Example

White with #727D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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