Html Css Color HEX #766037 Yellow Metal

📋 copy color: '#766037'

red 118 ◦ green 96 ◦ blue 55

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

Shades of Yellow Metal #766037

Tints of Yellow Metal #766037

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.69%

 BLUE value IS 55 (21.88% from 255) = 20.45%

R = 43.87%
G = 35.69%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#766037 (or 0x766037) is known color: Yellow Metal. HEX triplet: 76, 60 and 37. RGB value is (118,96,55). Sum of RGB (Red+Green+Blue) = 118+96+55=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #766037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766037 is #899FC8. Grayscale: #626262. Windows color (decimal): -9019337 or 3629174. OLE color: 3629174.

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

Color convert

RGB 118 96 55 -
CMYK 0 0.19 0.53 0.54
HSL 39.05º 0.36% 0.34% -
HSV(B) 39.05º 0.53% 0.46% -
XYZ 12.34 12.49 5.38 -
YUV 97.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 118 96 55 0 0.19 0.53 0.54 39.05 0.36 0.34
Hex 76 60 37 0 13 35 36 27 24 22
Octal 166 140 67 0 23 65 66 47 44 42
Binary 1110110 1100000 110111 0 10011 110101 110110 100111 100100 100010

Color Harmonies of #766037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766037

Black with #766037

Text Example


Text Example

White with #766037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766037; }

 p { color: rgb(118,96,55); }

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

background-color css

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

 a { background-color: rgb(118,96,55); }

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

border-color css

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

 span { border-color: rgb(118,96,55); }

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