Html Css Color HEX #727F52 Finch

📋 copy color: '#727F52'

red 114 ◦ green 127 ◦ blue 82

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

Shades of Finch #727F52

Tints of Finch #727F52

RGB

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

 GREEN value IS 127 (50% from 255) = 39.32%

 BLUE value IS 82 (32.42% from 255) = 25.39%

R = 35.29%
G = 39.32%
B = 25.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#727F52 (or 0x727F52) is known color: Finch. HEX triplet: 72, 7F and 52. RGB value is (114,127,82). Sum of RGB (Red+Green+Blue) = 114+127+82=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 127 - color contains mainly: green. Hex color #727F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727F52 is #8D80AD. Grayscale: #767676. Windows color (decimal): -9273518 or 5406578. OLE color: 5406578.

HSL color Cylindrical-coordinate representation of color #727F52: hue angle of 77.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #727F52 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 127 82 -
CMYK 0.10 0 0.35 0.50
HSL 77.33º 0.22% 0.41% -
HSV(B) 77.33º 0.35% 0.5% -
XYZ 16.05 19.37 10.87 -
YUV 117.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 114 127 82 0.10 0 0.35 0.50 77.33 0.22 0.41
Hex 72 7F 52 A 0 23 32 4D 16 29
Octal 162 177 122 12 0 43 62 115 26 51
Binary 1110010 1111111 1010010 1010 0 100011 110010 1001101 10110 101001

Color Harmonies of #727F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727F52

Black with #727F52

Text Example


Text Example

White with #727F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,127,82); }

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

background-color css

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

 a { background-color: rgb(114,127,82); }

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

border-color css

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

 span { border-color: rgb(114,127,82); }

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