#774c26

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

Shades of Korma #774C26

Tints of Korma #774C26

Color information

#774C26 (or 0x774C26) is unknown color: approx Korma. HEX triplet: 77, 4C and 26. RGB value is (119,76,38). Sum of RGB (Red+Green+Blue) = 119+76+38=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #774C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C26 is #88B3D9. Grayscale: #545454. Windows color (decimal): -8958938 or 2509943. OLE color: 2509943.

HSL color Cylindrical-coordinate representation of color #774C26: hue angle of 28.15º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #774C26 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1197638-
CMYK00.360.680.53
HSL28.15º51.59%30.78%-
HSV(B)28.15º68.07%46.67%-
XYZ10.549.233.06-
YUV84.52101.75152.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 38 (15.23% from 255) = 16.31%
R=51.07%
G=32.62%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119763800.360.680.5328.1551.5930.78
Hex774C2602444351c341f
Octal1671144604410465346437
Binary11101111001100100110010010010001001101011110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774c26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774c26; }

 p { color: rgb(119,76,38); }

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

<style>
 a { background-color: #774c26; }

 a { background-color: rgb(119,76,38); }

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

<style>
 span { border-color: #774c26; }

 span { border-color: rgb(119,76,38); }

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