#748655

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

Shades of Highland #748655

Tints of Highland #748655

Color information

#748655 (or 0x748655) is unknown color: approx Highland. HEX triplet: 74, 86 and 55. RGB value is (116,134,85). Sum of RGB (Red+Green+Blue) = 116+134+85=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #748655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748655 is #8B79AA. Grayscale: #7B7B7B. Windows color (decimal): -9140651 or 5604980. OLE color: 5604980.

HSL color Cylindrical-coordinate representation of color #748655: hue angle of 82.04º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #748655 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB11613485-
CMYK0.1300.370.47
HSL82.04º22.37%42.94%-
HSV(B)82.04º36.57%52.55%-
XYZ17.3721.4211.81-
YUV123.03106.54122.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=34.63%
G=40%
B=25.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116134850.1300.370.4782.0422.3742.94
Hex748655D0252F52162b
Octal16420612515045571222653
Binary111010010000110101010111010100101101111101001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748655; }

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

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

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

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

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

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

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

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