Html Css Color HEX #7D672E Himalaya

📋 copy color: '#7D672E'

red 125 ◦ green 103 ◦ blue 46

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

Shades of Himalaya #7D672E

Tints of Himalaya #7D672E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.79%

R = 45.62%
G = 37.59%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.51

RGB Variations

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

Color information

#7D672E (or 0x7D672E) is known color: Himalaya. HEX triplet: 7D, 67 and 2E. RGB value is (125,103,46). Sum of RGB (Red+Green+Blue) = 125+103+46=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D672E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D672E is #8298D1. Grayscale: #676767. Windows color (decimal): -8558802 or 3041149. OLE color: 3041149.

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

Color convert

RGB 125 103 46 -
CMYK 0 0.18 0.63 0.51
HSL 43.29º 0.46% 0.34% -
HSV(B) 43.29º 0.63% 0.49% -
XYZ 13.8 14.26 4.61 -
YUV 103.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 125 103 46 0 0.18 0.63 0.51 43.29 0.46 0.34
Hex 7D 67 2E 0 12 3F 33 2B 2E 22
Octal 175 147 56 0 22 77 63 53 56 42
Binary 1111101 1100111 101110 0 10010 111111 110011 101011 101110 100010

Color Harmonies of #7D672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D672E

Black with #7D672E

Text Example


Text Example

White with #7D672E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,103,46); }

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

background-color css

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

 a { background-color: rgb(125,103,46); }

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

border-color css

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

 span { border-color: rgb(125,103,46); }

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