#748A5B

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

Shades of Highland #748A5B

Tints of Highland #748A5B

Color information

#748A5B (or 0x748A5B) is unknown color: approx Highland. HEX triplet: 74, 8A and 5B. RGB value is (116,138,91). Sum of RGB (Red+Green+Blue) = 116+138+91=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #748A5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748A5B is #8B75A4. Grayscale: #7E7E7E. Windows color (decimal): -9139621 or 5999220. OLE color: 5999220.

HSL color Cylindrical-coordinate representation of color #748A5B: hue angle of 88.09º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #748A5B is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB11613891-
CMYK0.1600.340.46
HSL88.09º20.52%44.9%-
HSV(B)88.09º34.06%54.12%-
XYZ18.1822.6513.31-
YUV126.06108.21120.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 138 (54.30% from 255) = 40%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=33.62%
G=40%
B=26.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116138910.1600.340.4688.0920.5244.9
Hex748A5B100222E58152d
Octal16421213320042561302555
Binary1110100100010101011011100000100010101110101100010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,138,91); }

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

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

 a { background-color: rgb(116,138,91); }

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

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

 span { border-color: rgb(116,138,91); }

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