Html Css Color HEX #7F6737 Yellow Metal

📋 copy color: '#7F6737'

red 127 ◦ green 103 ◦ blue 55

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

Shades of Yellow Metal #7F6737

Tints of Yellow Metal #7F6737

RGB

 RED value IS 127 (50% from 255) = 44.56%

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

 BLUE value IS 55 (21.88% from 255) = 19.3%

R = 44.56%
G = 36.14%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#7F6737 (or 0x7F6737) is known color: Yellow Metal. HEX triplet: 7F, 67 and 37. RGB value is (127,103,55). Sum of RGB (Red+Green+Blue) = 127+103+55=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6737 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6737 is #8098C8. Grayscale: #686868. Windows color (decimal): -8427721 or 3630975. OLE color: 3630975.

HSL color Cylindrical-coordinate representation of color #7F6737: hue angle of 40º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F6737 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 103 55 -
CMYK 0 0.19 0.57 0.50
HSL 40º 0.4% 0.36% -
HSV(B) 40º 0.57% 0.5% -
XYZ 14.29 14.49 5.66 -
YUV 104.7 99.95 143.9 -
System Red Green Blue C M Y K H S L
Decimal 127 103 55 0 0.19 0.57 0.50 40 0.4 0.36
Hex 7F 67 37 0 13 39 32 28 28 24
Octal 177 147 67 0 23 71 62 50 50 44
Binary 1111111 1100111 110111 0 10011 111001 110010 101000 101000 100100

Color Harmonies of #7F6737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6737

Black with #7F6737

Text Example


Text Example

White with #7F6737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F6737; }

 p { color: rgb(127,103,55); }

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

background-color css

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

 a { background-color: rgb(127,103,55); }

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

border-color css

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

 span { border-color: rgb(127,103,55); }

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