Html Css Color HEX #7A6B75 Monsoon

📋 copy color: '#7A6B75'

red 122 ◦ green 107 ◦ blue 117

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

Shades of Monsoon #7A6B75

Tints of Monsoon #7A6B75

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

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

R = 35.26%
G = 30.92%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#7A6B75 (or 0x7A6B75) is known color: Monsoon. HEX triplet: 7A, 6B and 75. RGB value is (122,107,117). Sum of RGB (Red+Green+Blue) = 122+107+117=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B75 is #85948A. Grayscale: #707070. Windows color (decimal): -8754315 or 7695226. OLE color: 7695226.

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

Color convert

RGB 122 107 117 -
CMYK 0 0.12 0.04 0.52
HSL 320º 0.07% 0.45% -
HSV(B) 320º 0.12% 0.48% -
XYZ 16.49 15.94 19.04 -
YUV 112.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 122 107 117 0 0.12 0.04 0.52 320 0.07 0.45
Hex 7A 6B 75 0 C 4 34 140 7 2D
Octal 172 153 165 0 14 4 64 500 7 55
Binary 1111010 1101011 1110101 0 1100 100 110100 101000000 111 101101

Color Harmonies of #7A6B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6B75

Black with #7A6B75

Text Example


Text Example

White with #7A6B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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