#707054

Color #707054 Siam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siam #707054

Tints of Siam #707054

Color information

#707054 (or 0x707054) is unknown color: approx Siam. HEX triplet: 70, 70 and 54. RGB value is (112,112,84). Sum of RGB (Red+Green+Blue) = 112+112+84=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707054 is #8F8FAB. Grayscale: #6C6C6C. Windows color (decimal): -9408428 or 5533808. OLE color: 5533808.

HSL color Cylindrical-coordinate representation of color #707054: hue angle of 60º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #707054 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB11211284-
CMYK000.250.56
HSL60º14.29%38.43%-
HSV(B)60º25%43.92%-
XYZ14.0815.6710.67-
YUV108.81114130.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 84 (33.20% from 255) = 27.27%
R=36.36%
G=36.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211284000.250.566014.2938.43
Hex7070540019383ce26
Octal160160124003170741646
Binary11100001110000101010000110011110001111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707054; }

 p { color: rgb(112,112,84); }

 H1.HeaderClassName
 {
   color: #707054;
 }
 .AnyTagClassName
 {
   color: #707054;
 }
</style>
background-color css

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

 a { background-color: rgb(112,112,84); }

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

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

 span { border-color: rgb(112,112,84); }

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