Html Css Color HEX #7A6775 Monsoon

📋 copy color: '#7A6775'

red 122 ◦ green 103 ◦ blue 117

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

Shades of Monsoon #7A6775

Tints of Monsoon #7A6775

RGB

 RED value IS 122 (48.05% from 255) = 35.67%

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

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 35.67%
G = 30.12%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#7A6775 (or 0x7A6775) is known color: Monsoon. HEX triplet: 7A, 67 and 75. RGB value is (122,103,117). Sum of RGB (Red+Green+Blue) = 122+103+117=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6775 is #85988A. Grayscale: #6E6E6E. Windows color (decimal): -8755339 or 7694202. OLE color: 7694202.

HSL color Cylindrical-coordinate representation of color #7A6775: hue angle of 315.79º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A6775 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 103 117 -
CMYK 0 0.16 0.04 0.52
HSL 315.79º 0.08% 0.44% -
HSV(B) 315.79º 0.16% 0.48% -
XYZ 16.09 15.12 18.9 -
YUV 110.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 122 103 117 0 0.16 0.04 0.52 315.79 0.08 0.44
Hex 7A 67 75 0 10 4 34 13C 8 2C
Octal 172 147 165 0 20 4 64 474 10 54
Binary 1111010 1100111 1110101 0 10000 100 110100 100111100 1000 101100

Color Harmonies of #7A6775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6775

Black with #7A6775

Text Example


Text Example

White with #7A6775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,103,117); }

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

background-color css

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

 a { background-color: rgb(122,103,117); }

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

border-color css

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

 span { border-color: rgb(122,103,117); }

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