#764A38

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

Shades of Cigar #764A38

Tints of Cigar #764A38

Color information

#764A38 (or 0x764A38) is unknown color: approx Cigar. HEX triplet: 76, 4A and 38. RGB value is (118,74,56). Sum of RGB (Red+Green+Blue) = 118+74+56=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #764A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A38 is #89B5C7. Grayscale: #555555. Windows color (decimal): -9024968 or 3689078. OLE color: 3689078.

HSL color Cylindrical-coordinate representation of color #764A38: hue angle of 17.42º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #764A38 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB1187456-
CMYK00.370.530.54
HSL17.42º35.63%34.12%-
HSV(B)17.42º52.54%46.27%-
XYZ10.639.034.92-
YUV85.1111.58151.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 56 (22.27% from 255) = 22.58%
R=47.58%
G=29.84%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118745600.370.530.5417.4235.6334.12
Hex764A380253536112422
Octal166112700456566214442
Binary11101101001010111000010010111010111011010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764A38; }

 p { color: rgb(118,74,56); }

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

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

 a { background-color: rgb(118,74,56); }

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

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

 span { border-color: rgb(118,74,56); }

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