Html Css Color HEX #766042 Yellow Metal

📋 copy color: '#766042'

red 118 ◦ green 96 ◦ blue 66

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

Shades of Yellow Metal #766042

Tints of Yellow Metal #766042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.57%

R = 42.14%
G = 34.29%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#766042 (or 0x766042) is known color: Yellow Metal. HEX triplet: 76, 60 and 42. RGB value is (118,96,66). Sum of RGB (Red+Green+Blue) = 118+96+66=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #766042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766042 is #899FBD. Grayscale: #636363. Windows color (decimal): -9019326 or 4350070. OLE color: 4350070.

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

Color convert

RGB 118 96 66 -
CMYK 0 0.19 0.44 0.54
HSL 34.62º 0.28% 0.36% -
HSV(B) 34.62º 0.44% 0.46% -
XYZ 12.64 12.61 6.92 -
YUV 99.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 118 96 66 0 0.19 0.44 0.54 34.62 0.28 0.36
Hex 76 60 42 0 13 2C 36 23 1C 24
Octal 166 140 102 0 23 54 66 43 34 44
Binary 1110110 1100000 1000010 0 10011 101100 110110 100011 11100 100100

Color Harmonies of #766042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766042

Black with #766042

Text Example


Text Example

White with #766042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766042; }

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

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

background-color css

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

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

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

border-color css

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

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

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