#7B4C2C

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

Shades of Korma #7B4C2C

Tints of Korma #7B4C2C

Color information

#7B4C2C (or 0x7B4C2C) is unknown color: approx Korma. HEX triplet: 7B, 4C and 2C. RGB value is (123,76,44). Sum of RGB (Red+Green+Blue) = 123+76+44=243 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.62% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4C2C is #84B3D3. Grayscale: #565656. Windows color (decimal): -8696788 or 2903163. OLE color: 2903163.

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

Color convert

RGB1237644-
CMYK00.380.640.52
HSL24.3º47.31%32.75%-
HSV(B)24.3º64.23%48.24%-
XYZ11.219.563.64-
YUV86.4104.07154.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.62%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 44 (17.58% from 255) = 18.11%
R=50.62%
G=31.28%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123764400.380.640.5224.347.3132.75
Hex7B4C2C0264034182f21
Octal1731145404610064305741
Binary111101110011001011000100110100000011010011000101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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