Html Css Color HEX #774A39 Cigar

📋 copy color: '#774A39'

red 119 ◦ green 74 ◦ blue 57

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

Shades of Cigar #774A39

Tints of Cigar #774A39

RGB

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

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

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

R = 47.6%
G = 29.6%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#774A39 (or 0x774A39) is known color: Cigar. HEX triplet: 77, 4A and 39. RGB value is (119,74,57). Sum of RGB (Red+Green+Blue) = 119+74+57=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #774A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A39 is #88B5C6. Grayscale: #555555. Windows color (decimal): -8959431 or 3754615. OLE color: 3754615.

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

Color convert

RGB 119 74 57 -
CMYK 0 0.38 0.52 0.53
HSL 16.45º 0.35% 0.35% -
HSV(B) 16.45º 0.52% 0.47% -
XYZ 10.8 9.11 5.06 -
YUV 85.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 119 74 57 0 0.38 0.52 0.53 16.45 0.35 0.35
Hex 77 4A 39 0 26 34 35 10 23 23
Octal 167 112 71 0 46 64 65 20 43 43
Binary 1110111 1001010 111001 0 100110 110100 110101 10000 100011 100011

Color Harmonies of #774A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A39

Black with #774A39

Text Example


Text Example

White with #774A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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