Html Css Color HEX #748559 Highland

📋 copy color: '#748559'

red 116 ◦ green 133 ◦ blue 89

#748559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #748559

Tints of Highland #748559

RGB

 RED value IS 116 (45.7% from 255) = 34.32%

 GREEN value IS 133 (52.34% from 255) = 39.35%

 BLUE value IS 89 (35.16% from 255) = 26.33%

R = 34.32%
G = 39.35%
B = 26.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#748559 (or 0x748559) is known color: Highland. HEX triplet: 74, 85 and 59. RGB value is (116,133,89). Sum of RGB (Red+Green+Blue) = 116+133+89=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #748559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748559 is #8B7AA6. Grayscale: #7B7B7B. Windows color (decimal): -9140903 or 5866868. OLE color: 5866868.

HSL color Cylindrical-coordinate representation of color #748559: hue angle of 83.18º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #748559 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 133 89 -
CMYK 0.13 0 0.33 0.48
HSL 83.18º 0.2% 0.44% -
HSV(B) 83.18º 0.33% 0.52% -
XYZ 17.39 21.21 12.63 -
YUV 122.9 108.87 123.08 -
System Red Green Blue C M Y K H S L
Decimal 116 133 89 0.13 0 0.33 0.48 83.18 0.2 0.44
Hex 74 85 59 D 0 21 30 53 14 2C
Octal 164 205 131 15 0 41 60 123 24 54
Binary 1110100 10000101 1011001 1101 0 100001 110000 1010011 10100 101100

Color Harmonies of #748559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748559

Black with #748559

Text Example


Text Example

White with #748559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748559; }

 p { color: rgb(116,133,89); }

 H1.HeaderClassName
 {
   color: #748559;
 }
 .AnyTagClassName
 {
   color: #748559;
 }
</style>

background-color css

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

 a { background-color: rgb(116,133,89); }

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

border-color css

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

 span { border-color: rgb(116,133,89); }

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