Html Css Color HEX #766742 Yellow Metal

📋 copy color: '#766742'

red 118 ◦ green 103 ◦ blue 66

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

Shades of Yellow Metal #766742

Tints of Yellow Metal #766742

RGB

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

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

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

R = 41.11%
G = 35.89%
B = 23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#766742 (or 0x766742) is known color: Yellow Metal. HEX triplet: 76, 67 and 42. RGB value is (118,103,66). Sum of RGB (Red+Green+Blue) = 118+103+66=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #766742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766742 is #8998BD. Grayscale: #676767. Windows color (decimal): -9017534 or 4351862. OLE color: 4351862.

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

Color convert

RGB 118 103 66 -
CMYK 0 0.13 0.44 0.54
HSL 42.69º 0.28% 0.36% -
HSV(B) 42.69º 0.44% 0.46% -
XYZ 13.3 13.95 7.14 -
YUV 103.27 106.97 138.51 -
System Red Green Blue C M Y K H S L
Decimal 118 103 66 0 0.13 0.44 0.54 42.69 0.28 0.36
Hex 76 67 42 0 D 2C 36 2B 1C 24
Octal 166 147 102 0 15 54 66 53 34 44
Binary 1110110 1100111 1000010 0 1101 101100 110110 101011 11100 100100

Color Harmonies of #766742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766742

Black with #766742

Text Example


Text Example

White with #766742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766742; }

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

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

background-color css

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

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

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

border-color css

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

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

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