Html Css Color HEX #7A5032 Korma

📋 copy color: '#7A5032'

red 122 ◦ green 80 ◦ blue 50

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

Shades of Korma #7A5032

Tints of Korma #7A5032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 48.41%
G = 31.75%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#7A5032 (or 0x7A5032) is known color: Korma. HEX triplet: 7A, 50 and 32. RGB value is (122,80,50). Sum of RGB (Red+Green+Blue) = 122+80+50=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5032 is #85AFCD. Grayscale: #595959. Windows color (decimal): -8761294 or 3297402. OLE color: 3297402.

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

Color convert

RGB 122 80 50 -
CMYK 0 0.34 0.59 0.52
HSL 25º 0.42% 0.34% -
HSV(B) 25º 0.59% 0.48% -
XYZ 11.47 10.11 4.36 -
YUV 89.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 122 80 50 0 0.34 0.59 0.52 25 0.42 0.34
Hex 7A 50 32 0 22 3B 34 19 2A 22
Octal 172 120 62 0 42 73 64 31 52 42
Binary 1111010 1010000 110010 0 100010 111011 110100 11001 101010 100010

Color Harmonies of #7A5032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5032

Black with #7A5032

Text Example


Text Example

White with #7A5032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,80,50); }

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

background-color css

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

 a { background-color: rgb(122,80,50); }

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

border-color css

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

 span { border-color: rgb(122,80,50); }

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