Html Css Color HEX #747E62 Willow Grove

📋 copy color: '#747E62'

red 116 ◦ green 126 ◦ blue 98

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

Shades of Willow Grove #747E62

Tints of Willow Grove #747E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.82%

R = 34.12%
G = 37.06%
B = 28.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#747E62 (or 0x747E62) is known color: Willow Grove. HEX triplet: 74, 7E and 62. RGB value is (116,126,98). Sum of RGB (Red+Green+Blue) = 116+126+98=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 126 - color contains mainly: green. Hex color #747E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747E62 is #8B819D. Grayscale: #777777. Windows color (decimal): -9142686 or 6454900. OLE color: 6454900.

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

Color convert

RGB 116 126 98 -
CMYK 0.08 0 0.22 0.51
HSL 81.43º 0.13% 0.44% -
HSV(B) 81.43º 0.22% 0.49% -
XYZ 16.87 19.52 14.43 -
YUV 119.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 116 126 98 0.08 0 0.22 0.51 81.43 0.13 0.44
Hex 74 7E 62 8 0 16 33 51 C 2C
Octal 164 176 142 10 0 26 63 121 14 54
Binary 1110100 1111110 1100010 1000 0 10110 110011 1010001 1100 101100

Color Harmonies of #747E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747E62

Black with #747E62

Text Example


Text Example

White with #747E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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