Html Css Color HEX #766845 Yellow Metal

📋 copy color: '#766845'

red 118 ◦ green 104 ◦ blue 69

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

Shades of Yellow Metal #766845

Tints of Yellow Metal #766845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 40.55%
G = 35.74%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#766845 (or 0x766845) is known color: Yellow Metal. HEX triplet: 76, 68 and 45. RGB value is (118,104,69). Sum of RGB (Red+Green+Blue) = 118+104+69=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #766845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766845 is #8997BA. Grayscale: #686868. Windows color (decimal): -9017275 or 4548726. OLE color: 4548726.

HSL color Cylindrical-coordinate representation of color #766845: hue angle of 42.86º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #766845 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 69 -
CMYK 0 0.12 0.42 0.54
HSL 42.86º 0.26% 0.37% -
HSV(B) 42.86º 0.42% 0.46% -
XYZ 13.5 14.18 7.66 -
YUV 104.2 108.14 137.85 -
System Red Green Blue C M Y K H S L
Decimal 118 104 69 0 0.12 0.42 0.54 42.86 0.26 0.37
Hex 76 68 45 0 C 2A 36 2B 1A 25
Octal 166 150 105 0 14 52 66 53 32 45
Binary 1110110 1101000 1000101 0 1100 101010 110110 101011 11010 100101

Color Harmonies of #766845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766845

Black with #766845

Text Example


Text Example

White with #766845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766845; }

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

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

background-color css

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

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

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

border-color css

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

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

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