Html Css Color HEX #764C39 Cigar

📋 copy color: '#764C39'

red 118 ◦ green 76 ◦ blue 57

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

Shades of Cigar #764C39

Tints of Cigar #764C39

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.28%

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

R = 47.01%
G = 30.28%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#764C39 (or 0x764C39) is known color: Cigar. HEX triplet: 76, 4C and 39. RGB value is (118,76,57). Sum of RGB (Red+Green+Blue) = 118+76+57=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #764C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C39 is #89B3C6. Grayscale: #565656. Windows color (decimal): -9024455 or 3755126. OLE color: 3755126.

HSL color Cylindrical-coordinate representation of color #764C39: hue angle of 18.69º 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 #764C39 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 76 57 -
CMYK 0 0.36 0.52 0.54
HSL 18.69º 0.35% 0.34% -
HSV(B) 18.69º 0.52% 0.46% -
XYZ 10.79 9.32 5.1 -
YUV 86.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 118 76 57 0 0.36 0.52 0.54 18.69 0.35 0.34
Hex 76 4C 39 0 24 34 36 13 23 22
Octal 166 114 71 0 44 64 66 23 43 42
Binary 1110110 1001100 111001 0 100100 110100 110110 10011 100011 100010

Color Harmonies of #764C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C39

Black with #764C39

Text Example


Text Example

White with #764C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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