Html Css Color HEX #7A4E35 Cigar

📋 copy color: '#7A4E35'

red 122 ◦ green 78 ◦ blue 53

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

Shades of Cigar #7A4E35

Tints of Cigar #7A4E35

RGB

 RED value IS 122 (48.05% from 255) = 48.22%

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

 BLUE value IS 53 (21.09% from 255) = 20.95%

R = 48.22%
G = 30.83%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.52

RGB Variations

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

Color information

#7A4E35 (or 0x7A4E35) is known color: Cigar. HEX triplet: 7A, 4E and 35. RGB value is (122,78,53). Sum of RGB (Red+Green+Blue) = 122+78+53=253 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.22% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A4E35 is #85B1CA. Grayscale: #585858. Windows color (decimal): -8761803 or 3493498. OLE color: 3493498.

HSL color Cylindrical-coordinate representation of color #7A4E35: hue angle of 21.74º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A4E35 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 78 53 -
CMYK 0 0.36 0.57 0.52
HSL 21.74º 0.39% 0.34% -
HSV(B) 21.74º 0.57% 0.48% -
XYZ 11.39 9.84 4.67 -
YUV 88.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 122 78 53 0 0.36 0.57 0.52 21.74 0.39 0.34
Hex 7A 4E 35 0 24 39 34 16 27 22
Octal 172 116 65 0 44 71 64 26 47 42
Binary 1111010 1001110 110101 0 100100 111001 110100 10110 100111 100010

Color Harmonies of #7A4E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4E35

Black with #7A4E35

Text Example


Text Example

White with #7A4E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A4E35; }

 p { color: rgb(122,78,53); }

 H1.HeaderClassName
 {
   color: #7A4E35;
 }
 .AnyTagClassName
 {
   color: #7A4E35;
 }
</style>

background-color css

<style>
 a { background-color: #7A4E35; }

 a { background-color: rgb(122,78,53); }

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

border-color css

<style>
 span { border-color: #7A4E35; }

 span { border-color: rgb(122,78,53); }

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