Html Css Color HEX #76663F Yellow Metal

📋 copy color: '#76663F'

red 118 ◦ green 102 ◦ blue 63

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

Shades of Yellow Metal #76663F

Tints of Yellow Metal #76663F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.04%

 BLUE value IS 63 (25% from 255) = 22.26%

R = 41.7%
G = 36.04%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76663F (or 0x76663F) is known color: Yellow Metal. HEX triplet: 76, 66 and 3F. RGB value is (118,102,63). Sum of RGB (Red+Green+Blue) = 118+102+63=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #76663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76663F is #8999C0. Grayscale: #666666. Windows color (decimal): -9017793 or 4154998. OLE color: 4154998.

HSL color Cylindrical-coordinate representation of color #76663F: hue angle of 42.55º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76663F is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 102 63 -
CMYK 0 0.14 0.47 0.54
HSL 42.55º 0.3% 0.35% -
HSV(B) 42.55º 0.47% 0.46% -
XYZ 13.12 13.71 6.66 -
YUV 102.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 118 102 63 0 0.14 0.47 0.54 42.55 0.3 0.35
Hex 76 66 3F 0 E 2F 36 2B 1E 23
Octal 166 146 77 0 16 57 66 53 36 43
Binary 1110110 1100110 111111 0 1110 101111 110110 101011 11110 100011

Color Harmonies of #76663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76663F

Black with #76663F

Text Example


Text Example

White with #76663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76663F; }

 p { color: rgb(118,102,63); }

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

background-color css

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

 a { background-color: rgb(118,102,63); }

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

border-color css

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

 span { border-color: rgb(118,102,63); }

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