Html Css Color HEX #74895F Highland

📋 copy color: '#74895F'

red 116 ◦ green 137 ◦ blue 95

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

Shades of Highland #74895F

Tints of Highland #74895F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 33.33%
G = 39.37%
B = 27.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#74895F (or 0x74895F) is known color: Highland. HEX triplet: 74, 89 and 5F. RGB value is (116,137,95). Sum of RGB (Red+Green+Blue) = 116+137+95=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #74895F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74895F is #8B76A0. Grayscale: #7E7E7E. Windows color (decimal): -9139873 or 6261108. OLE color: 6261108.

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

Color convert

RGB 116 137 95 -
CMYK 0.15 0 0.31 0.46
HSL 90º 0.18% 0.45% -
HSV(B) 90º 0.31% 0.54% -
XYZ 18.21 22.43 14.2 -
YUV 125.93 110.54 120.92 -
System Red Green Blue C M Y K H S L
Decimal 116 137 95 0.15 0 0.31 0.46 90 0.18 0.45
Hex 74 89 5F F 0 1F 2E 5A 12 2D
Octal 164 211 137 17 0 37 56 132 22 55
Binary 1110100 10001001 1011111 1111 0 11111 101110 1011010 10010 101101

Color Harmonies of #74895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74895F

Black with #74895F

Text Example


Text Example

White with #74895F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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