Html Css Color HEX #766745 Yellow Metal

📋 copy color: '#766745'

red 118 ◦ green 103 ◦ blue 69

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

Shades of Yellow Metal #766745

Tints of Yellow Metal #766745

RGB

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

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

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

R = 40.69%
G = 35.52%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#766745 (or 0x766745) is known color: Yellow Metal. HEX triplet: 76, 67 and 45. RGB value is (118,103,69). Sum of RGB (Red+Green+Blue) = 118+103+69=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #766745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766745 is #8998BA. Grayscale: #676767. Windows color (decimal): -9017531 or 4548470. OLE color: 4548470.

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

Color convert

RGB 118 103 69 -
CMYK 0 0.13 0.42 0.54
HSL 41.63º 0.26% 0.37% -
HSV(B) 41.63º 0.42% 0.46% -
XYZ 13.4 13.98 7.62 -
YUV 103.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 118 103 69 0 0.13 0.42 0.54 41.63 0.26 0.37
Hex 76 67 45 0 D 2A 36 2A 1A 25
Octal 166 147 105 0 15 52 66 52 32 45
Binary 1110110 1100111 1000101 0 1101 101010 110110 101010 11010 100101

Color Harmonies of #766745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766745

Black with #766745

Text Example


Text Example

White with #766745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766745; }

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

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

background-color css

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

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

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

border-color css

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

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

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