Html Css Color HEX #774D3C Cigar

📋 copy color: '#774D3C'

red 119 ◦ green 77 ◦ blue 60

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

Shades of Cigar #774D3C

Tints of Cigar #774D3C

RGB

 RED value IS 119 (46.88% from 255) = 46.48%

 GREEN value IS 77 (30.47% from 255) = 30.08%

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 46.48%
G = 30.08%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#774D3C (or 0x774D3C) is known color: Cigar. HEX triplet: 77, 4D and 3C. RGB value is (119,77,60). Sum of RGB (Red+Green+Blue) = 119+77+60=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #774D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D3C is #88B2C3. Grayscale: #575757. Windows color (decimal): -8958660 or 3951991. OLE color: 3951991.

HSL color Cylindrical-coordinate representation of color #774D3C: hue angle of 17.29º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #774D3C is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 77 60 -
CMYK 0 0.35 0.50 0.53
HSL 17.29º 0.33% 0.35% -
HSV(B) 17.29º 0.5% 0.47% -
XYZ 11.08 9.56 5.54 -
YUV 87.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 119 77 60 0 0.35 0.50 0.53 17.29 0.33 0.35
Hex 77 4D 3C 0 23 32 35 11 21 23
Octal 167 115 74 0 43 62 65 21 41 43
Binary 1110111 1001101 111100 0 100011 110010 110101 10001 100001 100011

Color Harmonies of #774D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D3C

Black with #774D3C

Text Example


Text Example

White with #774D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774D3C; }

 p { color: rgb(119,77,60); }

 H1.HeaderClassName
 {
   color: #774D3C;
 }
 .AnyTagClassName
 {
   color: #774D3C;
 }
</style>

background-color css

<style>
 a { background-color: #774D3C; }

 a { background-color: rgb(119,77,60); }

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

border-color css

<style>
 span { border-color: #774D3C; }

 span { border-color: rgb(119,77,60); }

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