Html Css Color HEX #7D642F Himalaya

📋 copy color: '#7D642F'

red 125 ◦ green 100 ◦ blue 47

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

Shades of Himalaya #7D642F

Tints of Himalaya #7D642F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.28%

R = 45.96%
G = 36.76%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7D642F (or 0x7D642F) is known color: Himalaya. HEX triplet: 7D, 64 and 2F. RGB value is (125,100,47). Sum of RGB (Red+Green+Blue) = 125+100+47=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D642F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D642F is #829BD0. Grayscale: #656565. Windows color (decimal): -8559569 or 3105917. OLE color: 3105917.

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

Color convert

RGB 125 100 47 -
CMYK 0 0.2 0.62 0.51
HSL 40.77º 0.45% 0.34% -
HSV(B) 40.77º 0.62% 0.49% -
XYZ 13.53 13.68 4.62 -
YUV 101.43 97.28 144.81 -
System Red Green Blue C M Y K H S L
Decimal 125 100 47 0 0.2 0.62 0.51 40.77 0.45 0.34
Hex 7D 64 2F 0 14 3E 33 29 2D 22
Octal 175 144 57 0 24 76 63 51 55 42
Binary 1111101 1100100 101111 0 10100 111110 110011 101001 101101 100010

Color Harmonies of #7D642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D642F

Black with #7D642F

Text Example


Text Example

White with #7D642F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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