Html Css Color HEX #747E60 Willow Grove

📋 copy color: '#747E60'

red 116 ◦ green 126 ◦ blue 96

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

Shades of Willow Grove #747E60

Tints of Willow Grove #747E60

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.28%

 BLUE value IS 96 (37.89% from 255) = 28.4%

R = 34.32%
G = 37.28%
B = 28.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#747E60 (or 0x747E60) is known color: Willow Grove. HEX triplet: 74, 7E and 60. RGB value is (116,126,96). Sum of RGB (Red+Green+Blue) = 116+126+96=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 126 - color contains mainly: green. Hex color #747E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747E60 is #8B819F. Grayscale: #777777. Windows color (decimal): -9142688 or 6323828. OLE color: 6323828.

HSL color Cylindrical-coordinate representation of color #747E60: hue angle of 80º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #747E60 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 126 96 -
CMYK 0.08 0 0.24 0.51
HSL 80º 0.14% 0.44% -
HSV(B) 80º 0.24% 0.49% -
XYZ 16.77 19.48 13.94 -
YUV 119.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 116 126 96 0.08 0 0.24 0.51 80 0.14 0.44
Hex 74 7E 60 8 0 18 33 50 E 2C
Octal 164 176 140 10 0 30 63 120 16 54
Binary 1110100 1111110 1100000 1000 0 11000 110011 1010000 1110 101100

Color Harmonies of #747E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747E60

Black with #747E60

Text Example


Text Example

White with #747E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747E60; }

 p { color: rgb(116,126,96); }

 H1.HeaderClassName
 {
   color: #747E60;
 }
 .AnyTagClassName
 {
   color: #747E60;
 }
</style>

background-color css

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

 a { background-color: rgb(116,126,96); }

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

border-color css

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

 span { border-color: rgb(116,126,96); }

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