Html Css Color HEX #727848 Siam

📋 copy color: '#727848'

red 114 ◦ green 120 ◦ blue 72

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

Shades of Siam #727848

Tints of Siam #727848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.22%

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

R = 37.25%
G = 39.22%
B = 23.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#727848 (or 0x727848) is known color: Siam. HEX triplet: 72, 78 and 48. RGB value is (114,120,72). Sum of RGB (Red+Green+Blue) = 114+120+72=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #727848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727848 is #8D87B7. Grayscale: #707070. Windows color (decimal): -9275320 or 4749426. OLE color: 4749426.

HSL color Cylindrical-coordinate representation of color #727848: hue angle of 67.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #727848 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 120 72 -
CMYK 0.05 0 0.40 0.53
HSL 67.5º 0.25% 0.38% -
HSV(B) 67.5º 0.4% 0.47% -
XYZ 14.83 17.48 8.72 -
YUV 112.73 105.01 128.9 -
System Red Green Blue C M Y K H S L
Decimal 114 120 72 0.05 0 0.40 0.53 67.5 0.25 0.38
Hex 72 78 48 5 0 28 35 44 19 26
Octal 162 170 110 5 0 50 65 104 31 46
Binary 1110010 1111000 1001000 101 0 101000 110101 1000100 11001 100110

Color Harmonies of #727848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727848

Black with #727848

Text Example


Text Example

White with #727848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727848; }

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

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

background-color css

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

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

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

border-color css

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

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

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