Html Css Color HEX #747F5D Willow Grove

📋 copy color: '#747F5D'

red 116 ◦ green 127 ◦ blue 93

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

Shades of Willow Grove #747F5D

Tints of Willow Grove #747F5D

RGB

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

 GREEN value IS 127 (50% from 255) = 37.8%

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 34.52%
G = 37.8%
B = 27.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#747F5D (or 0x747F5D) is known color: Willow Grove. HEX triplet: 74, 7F and 5D. RGB value is (116,127,93). Sum of RGB (Red+Green+Blue) = 116+127+93=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 127 - color contains mainly: green. Hex color #747F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747F5D is #8B80A2. Grayscale: #777777. Windows color (decimal): -9142435 or 6127476. OLE color: 6127476.

HSL color Cylindrical-coordinate representation of color #747F5D: hue angle of 79.41º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #747F5D is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 127 93 -
CMYK 0.09 0 0.27 0.50
HSL 79.41º 0.15% 0.43% -
HSV(B) 79.41º 0.27% 0.5% -
XYZ 16.77 19.68 13.27 -
YUV 119.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 116 127 93 0.09 0 0.27 0.50 79.41 0.15 0.43
Hex 74 7F 5D 9 0 1B 32 4F F 2B
Octal 164 177 135 11 0 33 62 117 17 53
Binary 1110100 1111111 1011101 1001 0 11011 110010 1001111 1111 101011

Color Harmonies of #747F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747F5D

Black with #747F5D

Text Example


Text Example

White with #747F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,127,93); }

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

background-color css

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

 a { background-color: rgb(116,127,93); }

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

border-color css

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

 span { border-color: rgb(116,127,93); }

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