Html Css Color HEX #746744 Yellow Metal

📋 copy color: '#746744'

red 116 ◦ green 103 ◦ blue 68

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

Shades of Yellow Metal #746744

Tints of Yellow Metal #746744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.69%

R = 40.42%
G = 35.89%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#746744 (or 0x746744) is known color: Yellow Metal. HEX triplet: 74, 67 and 44. RGB value is (116,103,68). Sum of RGB (Red+Green+Blue) = 116+103+68=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #746744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746744 is #8B98BB. Grayscale: #676767. Windows color (decimal): -9148604 or 4482932. OLE color: 4482932.

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

Color convert

RGB 116 103 68 -
CMYK 0 0.11 0.41 0.55
HSL 43.75º 0.26% 0.36% -
HSV(B) 43.75º 0.41% 0.45% -
XYZ 13.1 13.83 7.45 -
YUV 102.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 116 103 68 0 0.11 0.41 0.55 43.75 0.26 0.36
Hex 74 67 44 0 B 29 37 2C 1A 24
Octal 164 147 104 0 13 51 67 54 32 44
Binary 1110100 1100111 1000100 0 1011 101001 110111 101100 11010 100100

Color Harmonies of #746744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746744

Black with #746744

Text Example


Text Example

White with #746744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746744; }

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

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

background-color css

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

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

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

border-color css

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

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

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