Html Css Color HEX #75768B Storm Grey

📋 copy color: '#75768B'

red 117 ◦ green 118 ◦ blue 139

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

Shades of Storm Grey #75768B

Tints of Storm Grey #75768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.17%

R = 31.28%
G = 31.55%
B = 37.17%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75768B (or 0x75768B) is known color: Storm Grey. HEX triplet: 75, 76 and 8B. RGB value is (117,118,139). Sum of RGB (Red+Green+Blue) = 117+118+139=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #75768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75768B is #8A8974. Grayscale: #787878. Windows color (decimal): -9079157 or 9139829. OLE color: 9139829.

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

Color convert

RGB 117 118 139 -
CMYK 0.16 0.15 0 0.45
HSL 237.27º 0.09% 0.5% -
HSV(B) 237.27º 0.16% 0.55% -
XYZ 18.47 18.6 27.04 -
YUV 120.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 117 118 139 0.16 0.15 0 0.45 237.27 0.09 0.5
Hex 75 76 8B 10 F 0 2D ED 9 32
Octal 165 166 213 20 17 0 55 355 11 62
Binary 1110101 1110110 10001011 10000 1111 0 101101 11101101 1001 110010

Color Harmonies of #75768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75768B

Black with #75768B

Text Example


Text Example

White with #75768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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