#748652

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

Shades of Willow Grove #748652

Tints of Willow Grove #748652

Color information

#748652 (or 0x748652) is unknown color: approx Willow Grove. HEX triplet: 74, 86 and 52. RGB value is (116,134,82). Sum of RGB (Red+Green+Blue) = 116+134+82=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #748652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748652 is #8B79AD. Grayscale: #7A7A7A. Windows color (decimal): -9140654 or 5408372. OLE color: 5408372.

HSL color Cylindrical-coordinate representation of color #748652: hue angle of 80.77º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #748652 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB11613482-
CMYK0.1300.390.47
HSL80.77º24.07%42.35%-
HSV(B)80.77º38.81%52.55%-
XYZ17.2521.3711.2-
YUV122.69105.04123.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=34.94%
G=40.36%
B=24.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116134820.1300.390.4780.7724.0742.35
Hex748652D0272F51182a
Octal16420612215047571213052
Binary111010010000110101001011010100111101111101000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748652; }

 p { color: rgb(116,134,82); }

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

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

 a { background-color: rgb(116,134,82); }

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

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

 span { border-color: rgb(116,134,82); }

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