Html Css Color HEX #7A7678 Monsoon

📋 copy color: '#7A7678'

red 122 ◦ green 118 ◦ blue 120

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

Shades of Monsoon #7A7678

Tints of Monsoon #7A7678

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.78%

 BLUE value IS 120 (47.27% from 255) = 33.33%

R = 33.89%
G = 32.78%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7A7678 (or 0x7A7678) is known color: Monsoon. HEX triplet: 7A, 76 and 78. RGB value is (122,118,120). Sum of RGB (Red+Green+Blue) = 122+118+120=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7678 is #858987. Grayscale: #777777. Windows color (decimal): -8751496 or 7894650. OLE color: 7894650.

HSL color Cylindrical-coordinate representation of color #7A7678: hue angle of 330º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #7A7678 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 118 120 -
CMYK 0 0.03 0.02 0.52
HSL 330º 0.02% 0.47% -
HSV(B) 330º 0.03% 0.48% -
XYZ 17.89 18.45 20.39 -
YUV 119.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 122 118 120 0 0.03 0.02 0.52 330 0.02 0.47
Hex 7A 76 78 0 3 2 34 14A 2 2F
Octal 172 166 170 0 3 2 64 512 2 57
Binary 1111010 1110110 1111000 0 11 10 110100 101001010 10 101111

Color Harmonies of #7A7678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7678

Black with #7A7678

Text Example


Text Example

White with #7A7678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,118,120); }

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

background-color css

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

 a { background-color: rgb(122,118,120); }

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

border-color css

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

 span { border-color: rgb(122,118,120); }

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