Html Css Color HEX #774D36 Cigar

📋 copy color: '#774D36'

red 119 ◦ green 77 ◦ blue 54

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

Shades of Cigar #774D36

Tints of Cigar #774D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.6%

R = 47.6%
G = 30.8%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#774D36 (or 0x774D36) is known color: Cigar. HEX triplet: 77, 4D and 36. RGB value is (119,77,54). Sum of RGB (Red+Green+Blue) = 119+77+54=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #774D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D36 is #88B2C9. Grayscale: #575757. Windows color (decimal): -8958666 or 3558775. OLE color: 3558775.

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

Color convert

RGB 119 77 54 -
CMYK 0 0.35 0.55 0.53
HSL 21.23º 0.38% 0.34% -
HSV(B) 21.23º 0.55% 0.47% -
XYZ 10.93 9.5 4.75 -
YUV 86.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 119 77 54 0 0.35 0.55 0.53 21.23 0.38 0.34
Hex 77 4D 36 0 23 37 35 15 26 22
Octal 167 115 66 0 43 67 65 25 46 42
Binary 1110111 1001101 110110 0 100011 110111 110101 10101 100110 100010

Color Harmonies of #774D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D36

Black with #774D36

Text Example


Text Example

White with #774D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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