#71764B

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

Shades of Siam #71764B

Tints of Siam #71764B

Color information

#71764B (or 0x71764B) is unknown color: approx Siam. HEX triplet: 71, 76 and 4B. RGB value is (113,118,75). Sum of RGB (Red+Green+Blue) = 113+118+75=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 118 - color contains mainly: green. Hex color #71764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71764B is #8E89B4. Grayscale: #6F6F6F. Windows color (decimal): -9341365 or 4945521. OLE color: 4945521.

HSL color Cylindrical-coordinate representation of color #71764B: hue angle of 66.98º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71764B is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB11311875-
CMYK0.0400.360.54
HSL66.98º22.28%37.84%-
HSV(B)66.98º36.44%46.27%-
XYZ14.5616.989.17-
YUV111.6107.34129-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.93%
GREEN value IS 118 (46.48% from 255) = 38.56%
BLUE value IS 75 (29.69% from 255) = 24.51%
R=36.93%
G=38.56%
B=24.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113118750.0400.360.5466.9822.2837.84
Hex71764B402436431626
Octal1611661134044661032646
Binary1110001111011010010111000100100110110100001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71764B; }

 p { color: rgb(113,118,75); }

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

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

 a { background-color: rgb(113,118,75); }

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

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

 span { border-color: rgb(113,118,75); }

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