Html Css Color HEX #7D6C33 Himalaya

📋 copy color: '#7D6C33'

red 125 ◦ green 108 ◦ blue 51

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

Shades of Himalaya #7D6C33

Tints of Himalaya #7D6C33

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.03%

 BLUE value IS 51 (20.31% from 255) = 17.96%

R = 44.01%
G = 38.03%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7D6C33 (or 0x7D6C33) is known color: Himalaya. HEX triplet: 7D, 6C and 33. RGB value is (125,108,51). Sum of RGB (Red+Green+Blue) = 125+108+51=284 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.01% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6C33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6C33 is #8293CC. Grayscale: #6A6A6A. Windows color (decimal): -8557517 or 3370109. OLE color: 3370109.

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

Color convert

RGB 125 108 51 -
CMYK 0 0.14 0.59 0.51
HSL 46.22º 0.42% 0.35% -
HSV(B) 46.22º 0.59% 0.49% -
XYZ 14.42 15.32 5.33 -
YUV 106.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 125 108 51 0 0.14 0.59 0.51 46.22 0.42 0.35
Hex 7D 6C 33 0 E 3B 33 2E 2A 23
Octal 175 154 63 0 16 73 63 56 52 43
Binary 1111101 1101100 110011 0 1110 111011 110011 101110 101010 100011

Color Harmonies of #7D6C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6C33

Black with #7D6C33

Text Example


Text Example

White with #7D6C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,108,51); }

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

background-color css

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

 a { background-color: rgb(125,108,51); }

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

border-color css

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

 span { border-color: rgb(125,108,51); }

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