Html Css Color HEX #76673A Yellow Metal

📋 copy color: '#76673A'

red 118 ◦ green 103 ◦ blue 58

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

Shades of Yellow Metal #76673A

Tints of Yellow Metal #76673A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.79%

R = 42.29%
G = 36.92%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76673A (or 0x76673A) is known color: Yellow Metal. HEX triplet: 76, 67 and 3A. RGB value is (118,103,58). Sum of RGB (Red+Green+Blue) = 118+103+58=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76673A is #8998C5. Grayscale: #666666. Windows color (decimal): -9017542 or 3827574. OLE color: 3827574.

HSL color Cylindrical-coordinate representation of color #76673A: hue angle of 45º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76673A is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 58 -
CMYK 0 0.13 0.51 0.54
HSL 45º 0.34% 0.35% -
HSV(B) 45º 0.51% 0.46% -
XYZ 13.09 13.86 5.99 -
YUV 102.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 118 103 58 0 0.13 0.51 0.54 45 0.34 0.35
Hex 76 67 3A 0 D 33 36 2D 22 23
Octal 166 147 72 0 15 63 66 55 42 43
Binary 1110110 1100111 111010 0 1101 110011 110110 101101 100010 100011

Color Harmonies of #76673A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76673A

Black with #76673A

Text Example


Text Example

White with #76673A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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