Html Css Color HEX #764A39 Cigar

📋 copy color: '#764A39'

red 118 ◦ green 74 ◦ blue 57

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

Shades of Cigar #764A39

Tints of Cigar #764A39

RGB

 RED value IS 118 (46.48% from 255) = 47.39%

 GREEN value IS 74 (29.3% from 255) = 29.72%

 BLUE value IS 57 (22.66% from 255) = 22.89%

R = 47.39%
G = 29.72%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#764A39 (or 0x764A39) is known color: Cigar. HEX triplet: 76, 4A and 39. RGB value is (118,74,57). Sum of RGB (Red+Green+Blue) = 118+74+57=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #764A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A39 is #89B5C6. Grayscale: #555555. Windows color (decimal): -9024967 or 3754614. OLE color: 3754614.

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

Color convert

RGB 118 74 57 -
CMYK 0 0.37 0.52 0.54
HSL 16.72º 0.35% 0.34% -
HSV(B) 16.72º 0.52% 0.46% -
XYZ 10.66 9.04 5.05 -
YUV 85.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 118 74 57 0 0.37 0.52 0.54 16.72 0.35 0.34
Hex 76 4A 39 0 25 34 36 11 23 22
Octal 166 112 71 0 45 64 66 21 43 42
Binary 1110110 1001010 111001 0 100101 110100 110110 10001 100011 100010

Color Harmonies of #764A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A39

Black with #764A39

Text Example


Text Example

White with #764A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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