Html Css Color HEX #7D652F Himalaya

📋 copy color: '#7D652F'

red 125 ◦ green 101 ◦ blue 47

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

Shades of Himalaya #7D652F

Tints of Himalaya #7D652F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

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

R = 45.79%
G = 37%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7D652F (or 0x7D652F) is known color: Himalaya. HEX triplet: 7D, 65 and 2F. RGB value is (125,101,47). Sum of RGB (Red+Green+Blue) = 125+101+47=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 125 - color contains mainly: red. Hex color #7D652F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D652F is #829AD0. Grayscale: #666666. Windows color (decimal): -8559313 or 3106173. OLE color: 3106173.

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

Color convert

RGB 125 101 47 -
CMYK 0 0.19 0.62 0.51
HSL 41.54º 0.45% 0.34% -
HSV(B) 41.54º 0.62% 0.49% -
XYZ 13.62 13.87 4.65 -
YUV 102.02 96.95 144.39 -
System Red Green Blue C M Y K H S L
Decimal 125 101 47 0 0.19 0.62 0.51 41.54 0.45 0.34
Hex 7D 65 2F 0 13 3E 33 2A 2D 22
Octal 175 145 57 0 23 76 63 52 55 42
Binary 1111101 1100101 101111 0 10011 111110 110011 101010 101101 100010

Color Harmonies of #7D652F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D652F

Black with #7D652F

Text Example


Text Example

White with #7D652F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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