#748D4C

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

Shades of Highland #748D4C

Tints of Highland #748D4C

Color information

#748D4C (or 0x748D4C) is unknown color: approx Highland. HEX triplet: 74, 8D and 4C. RGB value is (116,141,76). Sum of RGB (Red+Green+Blue) = 116+141+76=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 141 - color contains mainly: green. Hex color #748D4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748D4C is #8B72B3. Grayscale: #7E7E7E. Windows color (decimal): -9138868 or 5016948. OLE color: 5016948.

HSL color Cylindrical-coordinate representation of color #748D4C: hue angle of 83.08º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #748D4C is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB11614176-
CMYK0.1800.460.45
HSL83.08º29.95%42.55%-
HSV(B)83.08º46.1%55.29%-
XYZ18.0323.2810.38-
YUV126.1299.72120.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.83%
GREEN value IS 141 (55.47% from 255) = 42.34%
BLUE value IS 76 (30.08% from 255) = 22.82%
R=34.83%
G=42.34%
B=22.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116141760.1800.460.4583.0829.9542.55
Hex748D4C1202E2D531e2b
Octal16421511422056551233653
Binary1110100100011011001100100100101110101101101001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748D4C; }

 p { color: rgb(116,141,76); }

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

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

 a { background-color: rgb(116,141,76); }

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

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

 span { border-color: rgb(116,141,76); }

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