Html Css Color HEX #748B55 Highland

📋 copy color: '#748B55'

red 116 ◦ green 139 ◦ blue 85

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

Shades of Highland #748B55

Tints of Highland #748B55

RGB

 RED value IS 116 (45.7% 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 value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#748B55 (or 0x748B55) is known color: 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

RGB 116 139 85 -
CMYK 0.17 0 0.39 0.45
HSL 85.56º 0.24% 0.44% -
HSV(B) 85.56º 0.39% 0.55% -
XYZ 18.07 22.83 12.05 -
YUV 125.97 104.88 120.89 -
System Red Green Blue C M Y K H S L
Decimal 116 139 85 0.17 0 0.39 0.45 85.56 0.24 0.44
Hex 74 8B 55 11 0 27 2D 56 18 2C
Octal 164 213 125 21 0 47 55 126 30 54
Binary 1110100 10001011 1010101 10001 0 100111 101101 1010110 11000 101100

Color Harmonies of #748B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B55

Black with #748B55

Text Example


Text Example

White with #748B55

Text Example


Text Example

HTML Codes & Css Web 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>