Html Css Color HEX #727D45 Finch

📋 copy color: '#727D45'

red 114 ◦ green 125 ◦ blue 69

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

Shades of Finch #727D45

Tints of Finch #727D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.4%

R = 37.01%
G = 40.58%
B = 22.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#727D45 (or 0x727D45) is known color: Finch. HEX triplet: 72, 7D and 45. RGB value is (114,125,69). Sum of RGB (Red+Green+Blue) = 114+125+69=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 125 - color contains mainly: green. Hex color #727D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727D45 is #8D82BA. Grayscale: #737373. Windows color (decimal): -9274043 or 4554098. OLE color: 4554098.

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

Color convert

RGB 114 125 69 -
CMYK 0.09 0 0.45 0.51
HSL 71.79º 0.29% 0.38% -
HSV(B) 71.79º 0.45% 0.49% -
XYZ 15.35 18.67 8.43 -
YUV 115.33 101.86 127.05 -
System Red Green Blue C M Y K H S L
Decimal 114 125 69 0.09 0 0.45 0.51 71.79 0.29 0.38
Hex 72 7D 45 9 0 2D 33 48 1D 26
Octal 162 175 105 11 0 55 63 110 35 46
Binary 1110010 1111101 1000101 1001 0 101101 110011 1001000 11101 100110

Color Harmonies of #727D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727D45

Black with #727D45

Text Example


Text Example

White with #727D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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