Html Css Color HEX #7C682B Himalaya

📋 copy color: '#7C682B'

red 124 ◦ green 104 ◦ blue 43

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

Shades of Himalaya #7C682B

Tints of Himalaya #7C682B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.38%

 BLUE value IS 43 (17.19% from 255) = 15.87%

R = 45.76%
G = 38.38%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7C682B (or 0x7C682B) is known color: Himalaya. HEX triplet: 7C, 68 and 2B. RGB value is (124,104,43). Sum of RGB (Red+Green+Blue) = 124+104+43=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C682B is #8397D4. Grayscale: #676767. Windows color (decimal): -8624085 or 2844796. OLE color: 2844796.

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

Color convert

RGB 124 104 43 -
CMYK 0 0.16 0.65 0.51
HSL 45.19º 0.49% 0.33% -
HSV(B) 45.19º 0.65% 0.49% -
XYZ 13.7 14.36 4.34 -
YUV 103.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 124 104 43 0 0.16 0.65 0.51 45.19 0.49 0.33
Hex 7C 68 2B 0 10 41 33 2D 31 21
Octal 174 150 53 0 20 101 63 55 61 41
Binary 1111100 1101000 101011 0 10000 1000001 110011 101101 110001 100001

Color Harmonies of #7C682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C682B

Black with #7C682B

Text Example


Text Example

White with #7C682B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,104,43); }

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

background-color css

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

 a { background-color: rgb(124,104,43); }

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

border-color css

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

 span { border-color: rgb(124,104,43); }

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