Html Css Color HEX #74895D Highland

📋 copy color: '#74895D'

red 116 ◦ green 137 ◦ blue 93

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

Shades of Highland #74895D

Tints of Highland #74895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.6%

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

R = 33.53%
G = 39.6%
B = 26.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#74895D (or 0x74895D) is known color: Highland. HEX triplet: 74, 89 and 5D. RGB value is (116,137,93). Sum of RGB (Red+Green+Blue) = 116+137+93=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #74895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74895D is #8B76A2. Grayscale: #7D7D7D. Windows color (decimal): -9139875 or 6130036. OLE color: 6130036.

HSL color Cylindrical-coordinate representation of color #74895D: hue angle of 88.64º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74895D is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 93 -
CMYK 0.15 0 0.32 0.46
HSL 88.64º 0.19% 0.45% -
HSV(B) 88.64º 0.32% 0.54% -
XYZ 18.12 22.39 13.72 -
YUV 125.71 109.54 121.08 -
System Red Green Blue C M Y K H S L
Decimal 116 137 93 0.15 0 0.32 0.46 88.64 0.19 0.45
Hex 74 89 5D F 0 20 2E 59 13 2D
Octal 164 211 135 17 0 40 56 131 23 55
Binary 1110100 10001001 1011101 1111 0 100000 101110 1011001 10011 101101

Color Harmonies of #74895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74895D

Black with #74895D

Text Example


Text Example

White with #74895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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