Html Css Color HEX #774E3D Cigar

📋 copy color: '#774E3D'

red 119 ◦ green 78 ◦ blue 61

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

Shades of Cigar #774E3D

Tints of Cigar #774E3D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.23%

 BLUE value IS 61 (24.22% from 255) = 23.64%

R = 46.12%
G = 30.23%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#774E3D (or 0x774E3D) is known color: Cigar. HEX triplet: 77, 4E and 3D. RGB value is (119,78,61). Sum of RGB (Red+Green+Blue) = 119+78+61=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #774E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E3D is #88B1C2. Grayscale: #585858. Windows color (decimal): -8958403 or 4017783. OLE color: 4017783.

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

Color convert

RGB 119 78 61 -
CMYK 0 0.34 0.49 0.53
HSL 17.59º 0.32% 0.35% -
HSV(B) 17.59º 0.49% 0.47% -
XYZ 11.17 9.71 5.7 -
YUV 88.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 119 78 61 0 0.34 0.49 0.53 17.59 0.32 0.35
Hex 77 4E 3D 0 22 31 35 12 20 23
Octal 167 116 75 0 42 61 65 22 40 43
Binary 1110111 1001110 111101 0 100010 110001 110101 10010 100000 100011

Color Harmonies of #774E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E3D

Black with #774E3D

Text Example


Text Example

White with #774E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,78,61); }

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

background-color css

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

 a { background-color: rgb(119,78,61); }

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

border-color css

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

 span { border-color: rgb(119,78,61); }

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