#74885C

Color #74885C Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #74885C

Tints of Highland #74885C

Color information

#74885C (or 0x74885C) is unknown color: approx 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

RGB11613692-
CMYK0.1500.320.47
HSL87.27º19.3%44.71%-
HSV(B)87.27º32.35%53.33%-
XYZ17.9422.0913.44-
YUV125109.37121.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% 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 (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116136920.1500.320.4787.2719.344.71
Hex74885CF0202F57132d
Octal16421013417040571272355
Binary111010010001000101110011110100000101111101011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>