#774734

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

Shades of Cumin #774734

Tints of Cumin #774734

Color information

#774734 (or 0x774734) is unknown color: approx Cumin. HEX triplet: 77, 47 and 34. RGB value is (119,71,52). Sum of RGB (Red+Green+Blue) = 119+71+52=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #774734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774734 is #88B8CB. Grayscale: #535353. Windows color (decimal): -8960204 or 3426167. OLE color: 3426167.

HSL color Cylindrical-coordinate representation of color #774734: hue angle of 17.01º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774734 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1197152-
CMYK00.400.560.53
HSL17.01º39.18%33.53%-
HSV(B)17.01º56.3%46.67%-
XYZ10.488.684.37-
YUV83.19110.4153.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 52 (20.70% from 255) = 21.49%
R=49.17%
G=29.34%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119715200.400.560.5317.0139.1833.53
Hex7747340283835112722
Octal167107640507065214742
Binary11101111000111110100010100011100011010110001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774734; }

 p { color: rgb(119,71,52); }

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

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

 a { background-color: rgb(119,71,52); }

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

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

 span { border-color: rgb(119,71,52); }

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