Html Css Color HEX #7D642B Himalaya

📋 copy color: '#7D642B'

red 125 ◦ green 100 ◦ blue 43

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

Shades of Himalaya #7D642B

Tints of Himalaya #7D642B

RGB

 RED value IS 125 (49.22% from 255) = 46.64%

 GREEN value IS 100 (39.45% from 255) = 37.31%

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

R = 46.64%
G = 37.31%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7D642B (or 0x7D642B) is known color: Himalaya. HEX triplet: 7D, 64 and 2B. RGB value is (125,100,43). Sum of RGB (Red+Green+Blue) = 125+100+43=268 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.64% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 125 - color contains mainly: red. Hex color #7D642B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D642B is #829BD4. Grayscale: #656565. Windows color (decimal): -8559573 or 2843773. OLE color: 2843773.

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

Color convert

RGB 125 100 43 -
CMYK 0 0.2 0.66 0.51
HSL 41.71º 0.49% 0.33% -
HSV(B) 41.71º 0.66% 0.49% -
XYZ 13.45 13.65 4.21 -
YUV 100.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 125 100 43 0 0.2 0.66 0.51 41.71 0.49 0.33
Hex 7D 64 2B 0 14 42 33 2A 31 21
Octal 175 144 53 0 24 102 63 52 61 41
Binary 1111101 1100100 101011 0 10100 1000010 110011 101010 110001 100001

Color Harmonies of #7D642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D642B

Black with #7D642B

Text Example


Text Example

White with #7D642B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,100,43); }

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

background-color css

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

 a { background-color: rgb(125,100,43); }

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

border-color css

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

 span { border-color: rgb(125,100,43); }

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