Html Css Color HEX #75768F Storm Grey

📋 copy color: '#75768F'

red 117 ◦ green 118 ◦ blue 143

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

Shades of Storm Grey #75768F

Tints of Storm Grey #75768F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 30.95%
G = 31.22%
B = 37.83%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75768F (or 0x75768F) is known color: Storm Grey. HEX triplet: 75, 76 and 8F. RGB value is (117,118,143). Sum of RGB (Red+Green+Blue) = 117+118+143=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 143 - color contains mainly: blue. Hex color #75768F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75768F is #8A8970. Grayscale: #787878. Windows color (decimal): -9079153 or 9401973. OLE color: 9401973.

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

Color convert

RGB 117 118 143 -
CMYK 0.18 0.17 0 0.44
HSL 237.69º 0.1% 0.51% -
HSV(B) 237.69º 0.18% 0.56% -
XYZ 18.77 18.72 28.61 -
YUV 120.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 117 118 143 0.18 0.17 0 0.44 237.69 0.1 0.51
Hex 75 76 8F 12 11 0 2C EE A 33
Octal 165 166 217 22 21 0 54 356 12 63
Binary 1110101 1110110 10001111 10010 10001 0 101100 11101110 1010 110011

Color Harmonies of #75768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75768F

Black with #75768F

Text Example


Text Example

White with #75768F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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