#748C4C

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

Shades of Highland #748C4C

Tints of Highland #748C4C

Color information

#748C4C (or 0x748C4C) is unknown color: approx Highland. HEX triplet: 74, 8C and 4C. RGB value is (116,140,76). Sum of RGB (Red+Green+Blue) = 116+140+76=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #748C4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748C4C is #8B73B3. Grayscale: #7D7D7D. Windows color (decimal): -9139124 or 5016692. OLE color: 5016692.

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

Color convert

RGB11614076-
CMYK0.1700.460.45
HSL82.5º29.63%42.35%-
HSV(B)82.5º45.71%54.9%-
XYZ17.8922.9910.33-
YUV125.53100.05121.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 140 (55.08% from 255) = 42.17%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=34.94%
G=42.17%
B=22.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116140760.1700.460.4582.529.6342.35
Hex748C4C1102E2D521e2a
Octal16421411421056551223652
Binary1110100100011001001100100010101110101101101001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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