Html Css Color HEX #7C6738 Yellow Metal

📋 copy color: '#7C6738'

red 124 ◦ green 103 ◦ blue 56

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

Shades of Yellow Metal #7C6738

Tints of Yellow Metal #7C6738

RGB

 RED value IS 124 (48.83% from 255) = 43.82%

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

 BLUE value IS 56 (22.27% from 255) = 19.79%

R = 43.82%
G = 36.4%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7C6738 (or 0x7C6738) is known color: Yellow Metal. HEX triplet: 7C, 67 and 38. RGB value is (124,103,56). Sum of RGB (Red+Green+Blue) = 124+103+56=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6738 is #8398C7. Grayscale: #686868. Windows color (decimal): -8624328 or 3696508. OLE color: 3696508.

HSL color Cylindrical-coordinate representation of color #7C6738: hue angle of 41.47º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C6738 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 103 56 -
CMYK 0 0.17 0.55 0.51
HSL 41.47º 0.38% 0.35% -
HSV(B) 41.47º 0.55% 0.49% -
XYZ 13.88 14.27 5.76 -
YUV 103.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 124 103 56 0 0.17 0.55 0.51 41.47 0.38 0.35
Hex 7C 67 38 0 11 37 33 29 26 23
Octal 174 147 70 0 21 67 63 51 46 43
Binary 1111100 1100111 111000 0 10001 110111 110011 101001 100110 100011

Color Harmonies of #7C6738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6738

Black with #7C6738

Text Example


Text Example

White with #7C6738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,103,56); }

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

background-color css

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

 a { background-color: rgb(124,103,56); }

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

border-color css

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

 span { border-color: rgb(124,103,56); }

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