Html Css Color HEX #746742 Yellow Metal

📋 copy color: '#746742'

red 116 ◦ green 103 ◦ blue 66

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

Shades of Yellow Metal #746742

Tints of Yellow Metal #746742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.14%

 BLUE value IS 66 (26.17% from 255) = 23.16%

R = 40.7%
G = 36.14%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#746742 (or 0x746742) is known color: Yellow Metal. HEX triplet: 74, 67 and 42. RGB value is (116,103,66). Sum of RGB (Red+Green+Blue) = 116+103+66=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #746742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746742 is #8B98BD. Grayscale: #666666. Windows color (decimal): -9148606 or 4351860. OLE color: 4351860.

HSL color Cylindrical-coordinate representation of color #746742: hue angle of 44.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #746742 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 103 66 -
CMYK 0 0.11 0.43 0.55
HSL 44.4º 0.27% 0.36% -
HSV(B) 44.4º 0.43% 0.45% -
XYZ 13.04 13.81 7.13 -
YUV 102.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 116 103 66 0 0.11 0.43 0.55 44.4 0.27 0.36
Hex 74 67 42 0 B 2B 37 2C 1B 24
Octal 164 147 102 0 13 53 67 54 33 44
Binary 1110100 1100111 1000010 0 1011 101011 110111 101100 11011 100100

Color Harmonies of #746742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746742

Black with #746742

Text Example


Text Example

White with #746742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746742; }

 p { color: rgb(116,103,66); }

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

background-color css

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

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

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

border-color css

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

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

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