Html Css Color HEX #74895C Highland

📋 copy color: '#74895C'

red 116 ◦ green 137 ◦ blue 92

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

Shades of Highland #74895C

Tints of Highland #74895C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.67%

R = 33.62%
G = 39.71%
B = 26.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#74895C (or 0x74895C) is known color: Highland. HEX triplet: 74, 89 and 5C. RGB value is (116,137,92). Sum of RGB (Red+Green+Blue) = 116+137+92=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #74895C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74895C is #8B76A3. Grayscale: #7D7D7D. Windows color (decimal): -9139876 or 6064500. OLE color: 6064500.

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

Color convert

RGB 116 137 92 -
CMYK 0.15 0 0.33 0.46
HSL 88º 0.2% 0.45% -
HSV(B) 88º 0.33% 0.54% -
XYZ 18.08 22.38 13.49 -
YUV 125.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 116 137 92 0.15 0 0.33 0.46 88 0.2 0.45
Hex 74 89 5C F 0 21 2E 58 14 2D
Octal 164 211 134 17 0 41 56 130 24 55
Binary 1110100 10001001 1011100 1111 0 100001 101110 1011000 10100 101101

Color Harmonies of #74895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74895C

Black with #74895C

Text Example


Text Example

White with #74895C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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