Html Css Color HEX #75676F Monsoon

📋 copy color: '#75676F'

red 117 ◦ green 103 ◦ blue 111

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

Shades of Monsoon #75676F

Tints of Monsoon #75676F

RGB

 RED value IS 117 (46.09% from 255) = 35.35%

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

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 35.35%
G = 31.12%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75676F (or 0x75676F) is known color: Monsoon. HEX triplet: 75, 67 and 6F. RGB value is (117,103,111). Sum of RGB (Red+Green+Blue) = 117+103+111=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 117 - color contains mainly: red. Hex color #75676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75676F is #8A9890. Grayscale: #6C6C6C. Windows color (decimal): -9083025 or 7300981. OLE color: 7300981.

HSL color Cylindrical-coordinate representation of color #75676F: hue angle of 325.71º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #75676F is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 103 111 -
CMYK 0 0.12 0.05 0.54
HSL 325.71º 0.06% 0.43% -
HSV(B) 325.71º 0.12% 0.46% -
XYZ 15.06 14.63 17.07 -
YUV 108.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 117 103 111 0 0.12 0.05 0.54 325.71 0.06 0.43
Hex 75 67 6F 0 C 5 36 146 6 2B
Octal 165 147 157 0 14 5 66 506 6 53
Binary 1110101 1100111 1101111 0 1100 101 110110 101000110 110 101011

Color Harmonies of #75676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75676F

Black with #75676F

Text Example


Text Example

White with #75676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75676F; }

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

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

background-color css

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

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

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

border-color css

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

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

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