Html Css Color HEX #7A523A Cigar

📋 copy color: '#7A523A'

red 122 ◦ green 82 ◦ blue 58

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

Shades of Cigar #7A523A

Tints of Cigar #7A523A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.3%

 BLUE value IS 58 (23.05% from 255) = 22.14%

R = 46.56%
G = 31.3%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A523A (or 0x7A523A) is known color: Cigar. HEX triplet: 7A, 52 and 3A. RGB value is (122,82,58). Sum of RGB (Red+Green+Blue) = 122+82+58=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 122 - color contains mainly: red. Hex color #7A523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A523A is #85ADC5. Grayscale: #5B5B5B. Windows color (decimal): -8760774 or 3822202. OLE color: 3822202.

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

Color convert

RGB 122 82 58 -
CMYK 0 0.33 0.52 0.52
HSL 22.5º 0.36% 0.35% -
HSV(B) 22.5º 0.52% 0.48% -
XYZ 11.81 10.48 5.4 -
YUV 91.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 122 82 58 0 0.33 0.52 0.52 22.5 0.36 0.35
Hex 7A 52 3A 0 21 34 34 16 24 23
Octal 172 122 72 0 41 64 64 26 44 43
Binary 1111010 1010010 111010 0 100001 110100 110100 10110 100100 100011

Color Harmonies of #7A523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A523A

Black with #7A523A

Text Example


Text Example

White with #7A523A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,82,58); }

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

background-color css

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

 a { background-color: rgb(122,82,58); }

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

border-color css

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

 span { border-color: rgb(122,82,58); }

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