Html Css Color HEX #7C663D Yellow Metal

📋 copy color: '#7C663D'

red 124 ◦ green 102 ◦ blue 61

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

Shades of Yellow Metal #7C663D

Tints of Yellow Metal #7C663D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 43.21%
G = 35.54%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7C663D (or 0x7C663D) is known color: Yellow Metal. HEX triplet: 7C, 66 and 3D. RGB value is (124,102,61). Sum of RGB (Red+Green+Blue) = 124+102+61=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C663D is #8399C2. Grayscale: #686868. Windows color (decimal): -8624579 or 4023932. OLE color: 4023932.

HSL color Cylindrical-coordinate representation of color #7C663D: hue angle of 39.05º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C663D is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 102 61 -
CMYK 0 0.18 0.51 0.51
HSL 39.05º 0.34% 0.36% -
HSV(B) 39.05º 0.51% 0.49% -
XYZ 13.91 14.12 6.41 -
YUV 103.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 124 102 61 0 0.18 0.51 0.51 39.05 0.34 0.36
Hex 7C 66 3D 0 12 33 33 27 22 24
Octal 174 146 75 0 22 63 63 47 42 44
Binary 1111100 1100110 111101 0 10010 110011 110011 100111 100010 100100

Color Harmonies of #7C663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C663D

Black with #7C663D

Text Example


Text Example

White with #7C663D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,102,61); }

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

background-color css

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

 a { background-color: rgb(124,102,61); }

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

border-color css

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

 span { border-color: rgb(124,102,61); }

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