Html Css Color HEX #7D6A33 Himalaya

📋 copy color: '#7D6A33'

red 125 ◦ green 106 ◦ blue 51

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

Shades of Himalaya #7D6A33

Tints of Himalaya #7D6A33

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.59%

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

R = 44.33%
G = 37.59%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7D6A33 (or 0x7D6A33) is known color: Himalaya. HEX triplet: 7D, 6A and 33. RGB value is (125,106,51). Sum of RGB (Red+Green+Blue) = 125+106+51=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6A33 is #8295CC. Grayscale: #696969. Windows color (decimal): -8558029 or 3369597. OLE color: 3369597.

HSL color Cylindrical-coordinate representation of color #7D6A33: hue angle of 44.59º 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 #7D6A33 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 106 51 -
CMYK 0 0.15 0.59 0.51
HSL 44.59º 0.42% 0.35% -
HSV(B) 44.59º 0.59% 0.49% -
XYZ 14.21 14.91 5.26 -
YUV 105.41 97.29 141.97 -
System Red Green Blue C M Y K H S L
Decimal 125 106 51 0 0.15 0.59 0.51 44.59 0.42 0.35
Hex 7D 6A 33 0 F 3B 33 2D 2A 23
Octal 175 152 63 0 17 73 63 55 52 43
Binary 1111101 1101010 110011 0 1111 111011 110011 101101 101010 100011

Color Harmonies of #7D6A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6A33

Black with #7D6A33

Text Example


Text Example

White with #7D6A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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