Html Css Color HEX #7A4A38 Cigar

📋 copy color: '#7A4A38'

red 122 ◦ green 74 ◦ blue 56

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

Shades of Cigar #7A4A38

Tints of Cigar #7A4A38

RGB

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

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

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

R = 48.41%
G = 29.37%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.52

RGB Variations

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

Color information

#7A4A38 (or 0x7A4A38) is known color: Cigar. HEX triplet: 7A, 4A and 38. RGB value is (122,74,56). Sum of RGB (Red+Green+Blue) = 122+74+56=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4A38 is #85B5C7. Grayscale: #565656. Windows color (decimal): -8762824 or 3689082. OLE color: 3689082.

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

Color convert

RGB 122 74 56 -
CMYK 0 0.39 0.54 0.52
HSL 16.36º 0.37% 0.35% -
HSV(B) 16.36º 0.54% 0.48% -
XYZ 11.19 9.32 4.95 -
YUV 86.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 122 74 56 0 0.39 0.54 0.52 16.36 0.37 0.35
Hex 7A 4A 38 0 27 36 34 10 25 23
Octal 172 112 70 0 47 66 64 20 45 43
Binary 1111010 1001010 111000 0 100111 110110 110100 10000 100101 100011

Color Harmonies of #7A4A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4A38

Black with #7A4A38

Text Example


Text Example

White with #7A4A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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