Html Css Color HEX #766842 Yellow Metal

📋 copy color: '#766842'

red 118 ◦ green 104 ◦ blue 66

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

Shades of Yellow Metal #766842

Tints of Yellow Metal #766842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.11%

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

R = 40.97%
G = 36.11%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#766842 (or 0x766842) is known color: Yellow Metal. HEX triplet: 76, 68 and 42. RGB value is (118,104,66). Sum of RGB (Red+Green+Blue) = 118+104+66=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #766842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766842 is #8997BD. Grayscale: #686868. Windows color (decimal): -9017278 or 4352118. OLE color: 4352118.

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

Color convert

RGB 118 104 66 -
CMYK 0 0.12 0.44 0.54
HSL 43.85º 0.28% 0.36% -
HSV(B) 43.85º 0.44% 0.46% -
XYZ 13.4 14.15 7.18 -
YUV 103.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 118 104 66 0 0.12 0.44 0.54 43.85 0.28 0.36
Hex 76 68 42 0 C 2C 36 2C 1C 24
Octal 166 150 102 0 14 54 66 54 34 44
Binary 1110110 1101000 1000010 0 1100 101100 110110 101100 11100 100100

Color Harmonies of #766842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766842

Black with #766842

Text Example


Text Example

White with #766842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766842; }

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

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

background-color css

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

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

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

border-color css

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

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

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