Html Css Color HEX #748F5D Highland

📋 copy color: '#748F5D'

red 116 ◦ green 143 ◦ blue 93

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

Shades of Highland #748F5D

Tints of Highland #748F5D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.63%

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 32.95%
G = 40.63%
B = 26.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#748F5D (or 0x748F5D) is known color: Highland. HEX triplet: 74, 8F and 5D. RGB value is (116,143,93). Sum of RGB (Red+Green+Blue) = 116+143+93=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 143 - color contains mainly: green. Hex color #748F5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748F5D is #8B70A2. Grayscale: #818181. Windows color (decimal): -9138339 or 6131572. OLE color: 6131572.

HSL color Cylindrical-coordinate representation of color #748F5D: hue angle of 92.4º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #748F5D is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 143 93 -
CMYK 0.19 0 0.35 0.44
HSL 92.4º 0.21% 0.46% -
HSV(B) 92.4º 0.35% 0.56% -
XYZ 19 24.15 14.02 -
YUV 129.23 107.55 118.57 -
System Red Green Blue C M Y K H S L
Decimal 116 143 93 0.19 0 0.35 0.44 92.4 0.21 0.46
Hex 74 8F 5D 13 0 23 2C 5C 15 2E
Octal 164 217 135 23 0 43 54 134 25 56
Binary 1110100 10001111 1011101 10011 0 100011 101100 1011100 10101 101110

Color Harmonies of #748F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748F5D

Black with #748F5D

Text Example


Text Example

White with #748F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,143,93); }

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

background-color css

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

 a { background-color: rgb(116,143,93); }

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

border-color css

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

 span { border-color: rgb(116,143,93); }

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