Html Css Color HEX #764C3A Cigar

📋 copy color: '#764C3A'

red 118 ◦ green 76 ◦ blue 58

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

Shades of Cigar #764C3A

Tints of Cigar #764C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.02%

R = 46.83%
G = 30.16%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#764C3A (or 0x764C3A) is known color: Cigar. HEX triplet: 76, 4C and 3A. RGB value is (118,76,58). Sum of RGB (Red+Green+Blue) = 118+76+58=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #764C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C3A is #89B3C5. Grayscale: #565656. Windows color (decimal): -9024454 or 3820662. OLE color: 3820662.

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

Color convert

RGB 118 76 58 -
CMYK 0 0.36 0.51 0.54
HSL 18º 0.34% 0.35% -
HSV(B) 18º 0.51% 0.46% -
XYZ 10.82 9.33 5.23 -
YUV 86.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 118 76 58 0 0.36 0.51 0.54 18 0.34 0.35
Hex 76 4C 3A 0 24 33 36 12 22 23
Octal 166 114 72 0 44 63 66 22 42 43
Binary 1110110 1001100 111010 0 100100 110011 110110 10010 100010 100011

Color Harmonies of #764C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C3A

Black with #764C3A

Text Example


Text Example

White with #764C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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