Html Css Color HEX #7A502C Korma

📋 copy color: '#7A502C'

red 122 ◦ green 80 ◦ blue 44

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

Shades of Korma #7A502C

Tints of Korma #7A502C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.89%

R = 49.59%
G = 32.52%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.52

RGB Variations

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

Color information

#7A502C (or 0x7A502C) is known color: Korma. HEX triplet: 7A, 50 and 2C. RGB value is (122,80,44). Sum of RGB (Red+Green+Blue) = 122+80+44=246 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.59% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 122 - color contains mainly: red. Hex color #7A502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A502C is #85AFD3. Grayscale: #585858. Windows color (decimal): -8761300 or 2904186. OLE color: 2904186.

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

Color convert

RGB 122 80 44 -
CMYK 0 0.34 0.64 0.52
HSL 27.69º 0.47% 0.33% -
HSV(B) 27.69º 0.64% 0.48% -
XYZ 11.35 10.06 3.73 -
YUV 88.45 102.91 151.93 -
System Red Green Blue C M Y K H S L
Decimal 122 80 44 0 0.34 0.64 0.52 27.69 0.47 0.33
Hex 7A 50 2C 0 22 40 34 1C 2F 21
Octal 172 120 54 0 42 100 64 34 57 41
Binary 1111010 1010000 101100 0 100010 1000000 110100 11100 101111 100001

Color Harmonies of #7A502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A502C

Black with #7A502C

Text Example


Text Example

White with #7A502C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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