Html Css Color HEX #7A5334 Korma

📋 copy color: '#7A5334'

red 122 ◦ green 83 ◦ blue 52

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

Shades of Korma #7A5334

Tints of Korma #7A5334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.3%

 BLUE value IS 52 (20.7% from 255) = 20.23%

R = 47.47%
G = 32.3%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.52

RGB Variations

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

Color information

#7A5334 (or 0x7A5334) is known color: Korma. HEX triplet: 7A, 53 and 34. RGB value is (122,83,52). Sum of RGB (Red+Green+Blue) = 122+83+52=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5334 is #85ACCB. Grayscale: #5B5B5B. Windows color (decimal): -8760524 or 3429242. OLE color: 3429242.

HSL color Cylindrical-coordinate representation of color #7A5334: hue angle of 26.57º degrees, saturation: 0.4, 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 #7A5334 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 83 52 -
CMYK 0 0.32 0.57 0.52
HSL 26.57º 0.4% 0.34% -
HSV(B) 26.57º 0.57% 0.48% -
XYZ 11.74 10.57 4.67 -
YUV 91.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 122 83 52 0 0.32 0.57 0.52 26.57 0.4 0.34
Hex 7A 53 34 0 20 39 34 1B 28 22
Octal 172 123 64 0 40 71 64 33 50 42
Binary 1111010 1010011 110100 0 100000 111001 110100 11011 101000 100010

Color Harmonies of #7A5334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5334

Black with #7A5334

Text Example


Text Example

White with #7A5334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,83,52); }

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

background-color css

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

 a { background-color: rgb(122,83,52); }

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

border-color css

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

 span { border-color: rgb(122,83,52); }

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