Html Css Color HEX #756744 Yellow Metal

📋 copy color: '#756744'

red 117 ◦ green 103 ◦ blue 68

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

Shades of Yellow Metal #756744

Tints of Yellow Metal #756744

RGB

 RED value IS 117 (46.09% from 255) = 40.63%

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

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

R = 40.63%
G = 35.76%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#756744 (or 0x756744) is known color: Yellow Metal. HEX triplet: 75, 67 and 44. RGB value is (117,103,68). Sum of RGB (Red+Green+Blue) = 117+103+68=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #756744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756744 is #8A98BB. Grayscale: #676767. Windows color (decimal): -9083068 or 4482933. OLE color: 4482933.

HSL color Cylindrical-coordinate representation of color #756744: hue angle of 42.86º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #756744 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 103 68 -
CMYK 0 0.12 0.42 0.54
HSL 42.86º 0.26% 0.36% -
HSV(B) 42.86º 0.42% 0.46% -
XYZ 13.23 13.9 7.45 -
YUV 103.2 108.14 137.85 -
System Red Green Blue C M Y K H S L
Decimal 117 103 68 0 0.12 0.42 0.54 42.86 0.26 0.36
Hex 75 67 44 0 C 2A 36 2B 1A 24
Octal 165 147 104 0 14 52 66 53 32 44
Binary 1110101 1100111 1000100 0 1100 101010 110110 101011 11010 100100

Color Harmonies of #756744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756744

Black with #756744

Text Example


Text Example

White with #756744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756744; }

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

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

background-color css

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

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

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

border-color css

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

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

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