#748B55

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

Shades of Highland #748B55

Tints of Highland #748B55

Color information

#748B55 (or 0x748B55) is unknown color: approx Highland. HEX triplet: 74, 8B and 55. RGB value is (116,139,85). Sum of RGB (Red+Green+Blue) = 116+139+85=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #748B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B55 is #8B74AA. Grayscale: #7E7E7E. Windows color (decimal): -9139371 or 5606260. OLE color: 5606260.

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

Color convert

RGB11613985-
CMYK0.1700.390.45
HSL85.56º24.11%43.92%-
HSV(B)85.56º38.85%54.51%-
XYZ18.0722.8312.05-
YUV125.97104.88120.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 85 (33.59% from 255) = 25%
R=34.12%
G=40.88%
B=25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116139850.1700.390.4585.5624.1143.92
Hex748B55110272D56182c
Octal16421312521047551263054
Binary1110100100010111010101100010100111101101101011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,139,85); }

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

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

 a { background-color: rgb(116,139,85); }

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

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

 span { border-color: rgb(116,139,85); }

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