Html Css Color HEX #727A48 Finch

📋 copy color: '#727A48'

red 114 ◦ green 122 ◦ blue 72

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

Shades of Finch #727A48

Tints of Finch #727A48

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.61%

 BLUE value IS 72 (28.52% from 255) = 23.38%

R = 37.01%
G = 39.61%
B = 23.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#727A48 (or 0x727A48) is known color: Finch. HEX triplet: 72, 7A and 48. RGB value is (114,122,72). Sum of RGB (Red+Green+Blue) = 114+122+72=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 122 - color contains mainly: green. Hex color #727A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727A48 is #8D85B7. Grayscale: #727272. Windows color (decimal): -9274808 or 4749938. OLE color: 4749938.

HSL color Cylindrical-coordinate representation of color #727A48: hue angle of 69.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #727A48 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 122 72 -
CMYK 0.07 0 0.41 0.52
HSL 69.6º 0.26% 0.38% -
HSV(B) 69.6º 0.41% 0.48% -
XYZ 15.07 17.96 8.8 -
YUV 113.91 104.35 128.07 -
System Red Green Blue C M Y K H S L
Decimal 114 122 72 0.07 0 0.41 0.52 69.6 0.26 0.38
Hex 72 7A 48 7 0 29 34 46 1A 26
Octal 162 172 110 7 0 51 64 106 32 46
Binary 1110010 1111010 1001000 111 0 101001 110100 1000110 11010 100110

Color Harmonies of #727A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727A48

Black with #727A48

Text Example


Text Example

White with #727A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,122,72); }

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

background-color css

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

 a { background-color: rgb(114,122,72); }

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

border-color css

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

 span { border-color: rgb(114,122,72); }

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