Html Css Color HEX #7D6E38 Himalaya

📋 copy color: '#7D6E38'

red 125 ◦ green 110 ◦ blue 56

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

Shades of Himalaya #7D6E38

Tints of Himalaya #7D6E38

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.8%

 BLUE value IS 56 (22.27% from 255) = 19.24%

R = 42.96%
G = 37.8%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7D6E38 (or 0x7D6E38) is known color: Himalaya. HEX triplet: 7D, 6E and 38. RGB value is (125,110,56). Sum of RGB (Red+Green+Blue) = 125+110+56=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6E38 is #8291C7. Grayscale: #6C6C6C. Windows color (decimal): -8557000 or 3698301. OLE color: 3698301.

HSL color Cylindrical-coordinate representation of color #7D6E38: hue angle of 46.96º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D6E38 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 110 56 -
CMYK 0 0.12 0.55 0.51
HSL 46.96º 0.38% 0.35% -
HSV(B) 46.96º 0.55% 0.49% -
XYZ 14.75 15.8 6.01 -
YUV 108.33 98.47 139.89 -
System Red Green Blue C M Y K H S L
Decimal 125 110 56 0 0.12 0.55 0.51 46.96 0.38 0.35
Hex 7D 6E 38 0 C 37 33 2F 26 23
Octal 175 156 70 0 14 67 63 57 46 43
Binary 1111101 1101110 111000 0 1100 110111 110011 101111 100110 100011

Color Harmonies of #7D6E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6E38

Black with #7D6E38

Text Example


Text Example

White with #7D6E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,110,56); }

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

background-color css

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

 a { background-color: rgb(125,110,56); }

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

border-color css

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

 span { border-color: rgb(125,110,56); }

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