Html Css Color HEX #747E74 Davy's Grey

📋 copy color: '#747E74'

red 116 ◦ green 126 ◦ blue 116

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

Shades of Davy's Grey #747E74

Tints of Davy's Grey #747E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 32.4%
G = 35.2%
B = 32.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#747E74 (or 0x747E74) is known color: Davy's Grey. HEX triplet: 74, 7E and 74. RGB value is (116,126,116). Sum of RGB (Red+Green+Blue) = 116+126+116=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 126 - color contains mainly: green. Hex color #747E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747E74 is #8B818B. Grayscale: #797979. Windows color (decimal): -9142668 or 7634548. OLE color: 7634548.

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

Color convert

RGB 116 126 116 -
CMYK 0.08 0 0.08 0.51
HSL 120º 0.04% 0.47% -
HSV(B) 120º 0.08% 0.49% -
XYZ 17.82 19.9 19.42 -
YUV 121.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 116 126 116 0.08 0 0.08 0.51 120 0.04 0.47
Hex 74 7E 74 8 0 8 33 78 4 2F
Octal 164 176 164 10 0 10 63 170 4 57
Binary 1110100 1111110 1110100 1000 0 1000 110011 1111000 100 101111

Color Harmonies of #747E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747E74

Black with #747E74

Text Example


Text Example

White with #747E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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