Html Css Color HEX #76673F Yellow Metal

📋 copy color: '#76673F'

red 118 ◦ green 103 ◦ blue 63

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

Shades of Yellow Metal #76673F

Tints of Yellow Metal #76673F

RGB

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

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

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

R = 41.55%
G = 36.27%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76673F (or 0x76673F) is known color: Yellow Metal. HEX triplet: 76, 67 and 3F. RGB value is (118,103,63). Sum of RGB (Red+Green+Blue) = 118+103+63=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #76673F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76673F is #8998C0. Grayscale: #676767. Windows color (decimal): -9017537 or 4155254. OLE color: 4155254.

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

Color convert

RGB 118 103 63 -
CMYK 0 0.13 0.47 0.54
HSL 43.64º 0.3% 0.35% -
HSV(B) 43.64º 0.47% 0.46% -
XYZ 13.22 13.91 6.69 -
YUV 102.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 118 103 63 0 0.13 0.47 0.54 43.64 0.3 0.35
Hex 76 67 3F 0 D 2F 36 2C 1E 23
Octal 166 147 77 0 15 57 66 54 36 43
Binary 1110110 1100111 111111 0 1101 101111 110110 101100 11110 100011

Color Harmonies of #76673F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76673F

Black with #76673F

Text Example


Text Example

White with #76673F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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