Html Css Color HEX #74885C Highland

📋 copy color: '#74885C'

red 116 ◦ green 136 ◦ blue 92

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

Shades of Highland #74885C

Tints of Highland #74885C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.53%

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

R = 33.72%
G = 39.53%
B = 26.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#74885C (or 0x74885C) is known color: Highland. HEX triplet: 74, 88 and 5C. RGB value is (116,136,92). Sum of RGB (Red+Green+Blue) = 116+136+92=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #74885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74885C is #8B77A3. Grayscale: #7D7D7D. Windows color (decimal): -9140132 or 6064244. OLE color: 6064244.

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

Color convert

RGB 116 136 92 -
CMYK 0.15 0 0.32 0.47
HSL 87.27º 0.19% 0.45% -
HSV(B) 87.27º 0.32% 0.53% -
XYZ 17.94 22.09 13.44 -
YUV 125 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 116 136 92 0.15 0 0.32 0.47 87.27 0.19 0.45
Hex 74 88 5C F 0 20 2F 57 13 2D
Octal 164 210 134 17 0 40 57 127 23 55
Binary 1110100 10001000 1011100 1111 0 100000 101111 1010111 10011 101101

Color Harmonies of #74885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74885C

Black with #74885C

Text Example


Text Example

White with #74885C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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