Html Css Color HEX #748B50 Highland

📋 copy color: '#748B50'

red 116 ◦ green 139 ◦ blue 80

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

Shades of Highland #748B50

Tints of Highland #748B50

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.49%

 BLUE value IS 80 (31.64% from 255) = 23.88%

R = 34.63%
G = 41.49%
B = 23.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#748B50 (or 0x748B50) is known color: Highland. HEX triplet: 74, 8B and 50. RGB value is (116,139,80). Sum of RGB (Red+Green+Blue) = 116+139+80=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #748B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B50 is #8B74AF. Grayscale: #7D7D7D. Windows color (decimal): -9139376 or 5278580. OLE color: 5278580.

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

Color convert

RGB 116 139 80 -
CMYK 0.17 0 0.42 0.45
HSL 83.39º 0.27% 0.43% -
HSV(B) 83.39º 0.42% 0.55% -
XYZ 17.88 22.76 11.04 -
YUV 125.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 116 139 80 0.17 0 0.42 0.45 83.39 0.27 0.43
Hex 74 8B 50 11 0 2A 2D 53 1B 2B
Octal 164 213 120 21 0 52 55 123 33 53
Binary 1110100 10001011 1010000 10001 0 101010 101101 1010011 11011 101011

Color Harmonies of #748B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B50

Black with #748B50

Text Example


Text Example

White with #748B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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