Html Css Color HEX #787075 Monsoon

📋 copy color: '#787075'

red 120 ◦ green 112 ◦ blue 117

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

Shades of Monsoon #787075

Tints of Monsoon #787075

RGB

 RED value IS 120 (47.27% from 255) = 34.38%

 GREEN value IS 112 (44.14% from 255) = 32.09%

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

R = 34.38%
G = 32.09%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#787075 (or 0x787075) is known color: Monsoon. HEX triplet: 78, 70 and 75. RGB value is (120,112,117). Sum of RGB (Red+Green+Blue) = 120+112+117=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 120 - color contains mainly: red. Hex color #787075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787075 is #878F8A. Grayscale: #727272. Windows color (decimal): -8884107 or 7696504. OLE color: 7696504.

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

Color convert

RGB 120 112 117 -
CMYK 0 0.07 0.02 0.53
HSL 322.5º 0.03% 0.45% -
HSV(B) 322.5º 0.07% 0.47% -
XYZ 16.75 16.87 19.2 -
YUV 114.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 120 112 117 0 0.07 0.02 0.53 322.5 0.03 0.45
Hex 78 70 75 0 7 2 35 142 3 2D
Octal 170 160 165 0 7 2 65 502 3 55
Binary 1111000 1110000 1110101 0 111 10 110101 101000010 11 101101

Color Harmonies of #787075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787075

Black with #787075

Text Example


Text Example

White with #787075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787075; }

 p { color: rgb(120,112,117); }

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

background-color css

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

 a { background-color: rgb(120,112,117); }

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

border-color css

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

 span { border-color: rgb(120,112,117); }

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