Html Css Color HEX #727E44 Finch

📋 copy color: '#727E44'

red 114 ◦ green 126 ◦ blue 68

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

Shades of Finch #727E44

Tints of Finch #727E44

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.91%

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

R = 37.01%
G = 40.91%
B = 22.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#727E44 (or 0x727E44) is known color: Finch. HEX triplet: 72, 7E and 44. RGB value is (114,126,68). Sum of RGB (Red+Green+Blue) = 114+126+68=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 126 - color contains mainly: green. Hex color #727E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727E44 is #8D81BB. Grayscale: #747474. Windows color (decimal): -9273788 or 4488818. OLE color: 4488818.

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

Color convert

RGB 114 126 68 -
CMYK 0.10 0 0.46 0.51
HSL 72.41º 0.3% 0.38% -
HSV(B) 72.41º 0.46% 0.49% -
XYZ 15.44 18.92 8.31 -
YUV 115.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 114 126 68 0.10 0 0.46 0.51 72.41 0.3 0.38
Hex 72 7E 44 A 0 2E 33 48 1E 26
Octal 162 176 104 12 0 56 63 110 36 46
Binary 1110010 1111110 1000100 1010 0 101110 110011 1001000 11110 100110

Color Harmonies of #727E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727E44

Black with #727E44

Text Example


Text Example

White with #727E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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