#764E2B

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

Shades of Korma #764E2B

Tints of Korma #764E2B

Color information

#764E2B (or 0x764E2B) is unknown color: approx Korma. HEX triplet: 76, 4E and 2B. RGB value is (118,78,43). Sum of RGB (Red+Green+Blue) = 118+78+43=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #764E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E2B is #89B1D4. Grayscale: #565656. Windows color (decimal): -9023957 or 2838134. OLE color: 2838134.

HSL color Cylindrical-coordinate representation of color #764E2B: hue angle of 28º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #764E2B is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1187843-
CMYK00.340.640.54
HSL28º46.58%31.57%-
HSV(B)28º63.56%46.27%-
XYZ10.639.473.55-
YUV85.97103.75150.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 43 (17.19% from 255) = 17.99%
R=49.37%
G=32.64%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118784300.340.640.542846.5831.57
Hex764E2B02240361c2f20
Octal1661165304210066345740
Binary111011010011101010110100010100000011011011100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764E2B; }

 p { color: rgb(118,78,43); }

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

<style>
 a { background-color: #764E2B; }

 a { background-color: rgb(118,78,43); }

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

<style>
 span { border-color: #764E2B; }

 span { border-color: rgb(118,78,43); }

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