#7B502B

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

Shades of Korma #7B502B

Tints of Korma #7B502B

Color information

#7B502B (or 0x7B502B) is unknown color: approx Korma. HEX triplet: 7B, 50 and 2B. RGB value is (123,80,43). Sum of RGB (Red+Green+Blue) = 123+80+43=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B502B is #84AFD4. Grayscale: #585858. Windows color (decimal): -8695765 or 2838651. OLE color: 2838651.

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

Color convert

RGB1238043-
CMYK00.350.650.52
HSL27.75º48.19%32.55%-
HSV(B)27.75º65.04%48.24%-
XYZ11.4710.123.63-
YUV88.64102.25152.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 43 (17.19% from 255) = 17.48%
R=50%
G=32.52%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123804300.350.650.5227.7548.1932.55
Hex7B502B02341341c3021
Octal1731205304310164346041
Binary111101110100001010110100011100000111010011100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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