Html Css Color HEX #75768D Storm Grey

📋 copy color: '#75768D'

red 117 ◦ green 118 ◦ blue 141

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

Shades of Storm Grey #75768D

Tints of Storm Grey #75768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 31.12%
G = 31.38%
B = 37.5%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75768D (or 0x75768D) is known color: Storm Grey. HEX triplet: 75, 76 and 8D. RGB value is (117,118,141). Sum of RGB (Red+Green+Blue) = 117+118+141=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 141 - color contains mainly: blue. Hex color #75768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75768D is #8A8972. Grayscale: #787878. Windows color (decimal): -9079155 or 9270901. OLE color: 9270901.

HSL color Cylindrical-coordinate representation of color #75768D: hue angle of 237.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75768D is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 118 141 -
CMYK 0.17 0.16 0 0.45
HSL 237.5º 0.1% 0.51% -
HSV(B) 237.5º 0.17% 0.55% -
XYZ 18.62 18.66 27.82 -
YUV 120.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 117 118 141 0.17 0.16 0 0.45 237.5 0.1 0.51
Hex 75 76 8D 11 10 0 2D EE A 33
Octal 165 166 215 21 20 0 55 356 12 63
Binary 1110101 1110110 10001101 10001 10000 0 101101 11101110 1010 110011

Color Harmonies of #75768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75768D

Black with #75768D

Text Example


Text Example

White with #75768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75768D; }

 p { color: rgb(117,118,141); }

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

background-color css

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

 a { background-color: rgb(117,118,141); }

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

border-color css

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

 span { border-color: rgb(117,118,141); }

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