Html Css Color HEX #766744 Yellow Metal

📋 copy color: '#766744'

red 118 ◦ green 103 ◦ blue 68

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

Shades of Yellow Metal #766744

Tints of Yellow Metal #766744

RGB

 RED value IS 118 (46.48% from 255) = 40.83%

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

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

R = 40.83%
G = 35.64%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#766744 (or 0x766744) is known color: Yellow Metal. HEX triplet: 76, 67 and 44. RGB value is (118,103,68). Sum of RGB (Red+Green+Blue) = 118+103+68=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #766744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766744 is #8998BB. Grayscale: #676767. Windows color (decimal): -9017532 or 4482934. OLE color: 4482934.

HSL color Cylindrical-coordinate representation of color #766744: hue angle of 42º degrees, saturation: 0.27, 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 #766744 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 68 -
CMYK 0 0.13 0.42 0.54
HSL 42º 0.27% 0.36% -
HSV(B) 42º 0.42% 0.46% -
XYZ 13.36 13.97 7.46 -
YUV 103.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 118 103 68 0 0.13 0.42 0.54 42 0.27 0.36
Hex 76 67 44 0 D 2A 36 2A 1B 24
Octal 166 147 104 0 15 52 66 52 33 44
Binary 1110110 1100111 1000100 0 1101 101010 110110 101010 11011 100100

Color Harmonies of #766744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766744

Black with #766744

Text Example


Text Example

White with #766744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766744; }

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

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

background-color css

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

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

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

border-color css

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

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

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