#7B502C

Color #7B502C Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #7B502C

Tints of Korma #7B502C

Color information

#7B502C (or 0x7B502C) is unknown color: approx Korma. HEX triplet: 7B, 50 and 2C. RGB value is (123,80,44). Sum of RGB (Red+Green+Blue) = 123+80+44=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B502C is #84AFD3. Grayscale: #585858. Windows color (decimal): -8695764 or 2904187. OLE color: 2904187.

HSL color Cylindrical-coordinate representation of color #7B502C: hue angle of 27.34º 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 #7B502C is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB1238044-
CMYK00.350.640.52
HSL27.34º47.31%32.75%-
HSV(B)27.34º64.23%48.24%-
XYZ11.4910.133.73-
YUV88.75102.75152.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.80%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 44 (17.58% from 255) = 17.81%
R=49.80%
G=32.39%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123804400.350.640.5227.3447.3132.75
Hex7B502C02340341b2f21
Octal1731205404310064335741
Binary111101110100001011000100011100000011010011011101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B502C;
 }
 .AnyTagClassName
 {
   color: #7B502C;
 }
</style>
background-color css

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

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

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

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

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

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