Html Css Color HEX #766942 Yellow Metal

📋 copy color: '#766942'

red 118 ◦ green 105 ◦ blue 66

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

Shades of Yellow Metal #766942

Tints of Yellow Metal #766942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.33%

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

R = 40.83%
G = 36.33%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#766942 (or 0x766942) is known color: Yellow Metal. HEX triplet: 76, 69 and 42. RGB value is (118,105,66). Sum of RGB (Red+Green+Blue) = 118+105+66=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #766942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766942 is #8996BD. Grayscale: #686868. Windows color (decimal): -9017022 or 4352374. OLE color: 4352374.

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

Color convert

RGB 118 105 66 -
CMYK 0 0.11 0.44 0.54
HSL 45º 0.28% 0.36% -
HSV(B) 45º 0.44% 0.46% -
XYZ 13.51 14.35 7.21 -
YUV 104.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 118 105 66 0 0.11 0.44 0.54 45 0.28 0.36
Hex 76 69 42 0 B 2C 36 2D 1C 24
Octal 166 151 102 0 13 54 66 55 34 44
Binary 1110110 1101001 1000010 0 1011 101100 110110 101101 11100 100100

Color Harmonies of #766942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766942

Black with #766942

Text Example


Text Example

White with #766942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766942; }

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

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

background-color css

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

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

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

border-color css

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

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

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