Html Css Color HEX #727C44 Finch

📋 copy color: '#727C44'

red 114 ◦ green 124 ◦ blue 68

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

Shades of Finch #727C44

Tints of Finch #727C44

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.52%

 BLUE value IS 68 (26.95% from 255) = 22.22%

R = 37.25%
G = 40.52%
B = 22.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#727C44 (or 0x727C44) is known color: Finch. HEX triplet: 72, 7C and 44. RGB value is (114,124,68). Sum of RGB (Red+Green+Blue) = 114+124+68=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 124 - color contains mainly: green. Hex color #727C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727C44 is #8D83BB. Grayscale: #727272. Windows color (decimal): -9274300 or 4488306. OLE color: 4488306.

HSL color Cylindrical-coordinate representation of color #727C44: hue angle of 70.71º 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 #727C44 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 124 68 -
CMYK 0.08 0 0.45 0.51
HSL 70.71º 0.29% 0.38% -
HSV(B) 70.71º 0.45% 0.49% -
XYZ 15.19 18.41 8.22 -
YUV 114.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 114 124 68 0.08 0 0.45 0.51 70.71 0.29 0.38
Hex 72 7C 44 8 0 2D 33 47 1D 26
Octal 162 174 104 10 0 55 63 107 35 46
Binary 1110010 1111100 1000100 1000 0 101101 110011 1000111 11101 100110

Color Harmonies of #727C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C44

Black with #727C44

Text Example


Text Example

White with #727C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,124,68); }

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

background-color css

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

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

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

border-color css

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

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

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