Html Css Color HEX #766437 Yellow Metal

📋 copy color: '#766437'

red 118 ◦ green 100 ◦ blue 55

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

Shades of Yellow Metal #766437

Tints of Yellow Metal #766437

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.63%

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

R = 43.22%
G = 36.63%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#766437 (or 0x766437) is known color: Yellow Metal. HEX triplet: 76, 64 and 37. RGB value is (118,100,55). Sum of RGB (Red+Green+Blue) = 118+100+55=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #766437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766437 is #899BC8. Grayscale: #646464. Windows color (decimal): -9018313 or 3630198. OLE color: 3630198.

HSL color Cylindrical-coordinate representation of color #766437: hue angle of 42.86º 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 #766437 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 100 55 -
CMYK 0 0.15 0.53 0.54
HSL 42.86º 0.36% 0.34% -
HSV(B) 42.86º 0.53% 0.46% -
XYZ 12.72 13.24 5.5 -
YUV 100.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 118 100 55 0 0.15 0.53 0.54 42.86 0.36 0.34
Hex 76 64 37 0 F 35 36 2B 24 22
Octal 166 144 67 0 17 65 66 53 44 42
Binary 1110110 1100100 110111 0 1111 110101 110110 101011 100100 100010

Color Harmonies of #766437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766437

Black with #766437

Text Example


Text Example

White with #766437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766437; }

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

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

background-color css

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

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

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

border-color css

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

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

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