#748555

Color #748555 Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #748555

Tints of Willow Grove #748555

Color information

#748555 (or 0x748555) is unknown color: approx Willow Grove. HEX triplet: 74, 85 and 55. RGB value is (116,133,85). Sum of RGB (Red+Green+Blue) = 116+133+85=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #748555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748555 is #8B7AAA. Grayscale: #7A7A7A. Windows color (decimal): -9140907 or 5604724. OLE color: 5604724.

HSL color Cylindrical-coordinate representation of color #748555: hue angle of 81.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #748555 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB11613385-
CMYK0.1300.360.48
HSL81.25º22.02%42.75%-
HSV(B)81.25º36.09%52.16%-
XYZ17.2321.1411.77-
YUV122.44106.87123.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 85 (33.59% from 255) = 25.45%
R=34.73%
G=39.82%
B=25.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133850.1300.360.4881.2522.0242.75
Hex748555D0243051162b
Octal16420512515044601212653
Binary111010010000101101010111010100100110000101000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748555; }

 p { color: rgb(116,133,85); }

 H1.HeaderClassName
 {
   color: #748555;
 }
 .AnyTagClassName
 {
   color: #748555;
 }
</style>
background-color css

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

 a { background-color: rgb(116,133,85); }

 div.DivClassName
 {
   background-color: #748555;
 }
 .BgClassName
 {
   background-color: #748555;
 }
</style>
border-color css

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

 span { border-color: rgb(116,133,85); }

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