Html Css Color HEX #774D3D Cigar

📋 copy color: '#774D3D'

red 119 ◦ green 77 ◦ blue 61

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

Shades of Cigar #774D3D

Tints of Cigar #774D3D

RGB

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

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

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

R = 46.3%
G = 29.96%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#774D3D (or 0x774D3D) is known color: Cigar. HEX triplet: 77, 4D and 3D. RGB value is (119,77,61). Sum of RGB (Red+Green+Blue) = 119+77+61=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #774D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D3D is #88B2C2. Grayscale: #575757. Windows color (decimal): -8958659 or 4017527. OLE color: 4017527.

HSL color Cylindrical-coordinate representation of color #774D3D: hue angle of 16.55º 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 #774D3D is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 77 61 -
CMYK 0 0.35 0.49 0.53
HSL 16.55º 0.32% 0.35% -
HSV(B) 16.55º 0.49% 0.47% -
XYZ 11.1 9.57 5.68 -
YUV 87.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 119 77 61 0 0.35 0.49 0.53 16.55 0.32 0.35
Hex 77 4D 3D 0 23 31 35 11 20 23
Octal 167 115 75 0 43 61 65 21 40 43
Binary 1110111 1001101 111101 0 100011 110001 110101 10001 100000 100011

Color Harmonies of #774D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D3D

Black with #774D3D

Text Example


Text Example

White with #774D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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