Html Css Color HEX #774A38 Cigar

📋 copy color: '#774A38'

red 119 ◦ green 74 ◦ blue 56

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

Shades of Cigar #774A38

Tints of Cigar #774A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.49%

R = 47.79%
G = 29.72%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#774A38 (or 0x774A38) is known color: Cigar. HEX triplet: 77, 4A and 38. RGB value is (119,74,56). Sum of RGB (Red+Green+Blue) = 119+74+56=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #774A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A38 is #88B5C7. Grayscale: #555555. Windows color (decimal): -8959432 or 3689079. OLE color: 3689079.

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

Color convert

RGB 119 74 56 -
CMYK 0 0.38 0.53 0.53
HSL 17.14º 0.36% 0.34% -
HSV(B) 17.14º 0.53% 0.47% -
XYZ 10.77 9.11 4.93 -
YUV 85.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 119 74 56 0 0.38 0.53 0.53 17.14 0.36 0.34
Hex 77 4A 38 0 26 35 35 11 24 22
Octal 167 112 70 0 46 65 65 21 44 42
Binary 1110111 1001010 111000 0 100110 110101 110101 10001 100100 100010

Color Harmonies of #774A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A38

Black with #774A38

Text Example


Text Example

White with #774A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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