#748D4D

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

Shades of Highland #748D4D

Tints of Highland #748D4D

Color information

#748D4D (or 0x748D4D) is unknown color: approx Highland. HEX triplet: 74, 8D and 4D. RGB value is (116,141,77). Sum of RGB (Red+Green+Blue) = 116+141+77=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #748D4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748D4D is #8B72B2. Grayscale: #7E7E7E. Windows color (decimal): -9138867 or 5082484. OLE color: 5082484.

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

Color convert

RGB11614177-
CMYK0.1800.450.45
HSL83.44º29.36%42.75%-
HSV(B)83.44º45.39%55.29%-
XYZ18.0723.310.57-
YUV126.23100.22120.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 141 (55.47% from 255) = 42.22%
BLUE value IS 77 (30.47% from 255) = 23.05%
R=34.73%
G=42.22%
B=23.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116141770.1800.450.4583.4429.3642.75
Hex748D4D1202D2D531d2b
Octal16421511522055551233553
Binary1110100100011011001101100100101101101101101001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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