Html Css Color HEX #75768A Storm Grey

📋 copy color: '#75768A'

red 117 ◦ green 118 ◦ blue 138

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

Shades of Storm Grey #75768A

Tints of Storm Grey #75768A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37%

R = 31.37%
G = 31.64%
B = 37%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75768A (or 0x75768A) is known color: Storm Grey. HEX triplet: 75, 76 and 8A. RGB value is (117,118,138). Sum of RGB (Red+Green+Blue) = 117+118+138=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 138 - color contains mainly: blue. Hex color #75768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75768A is #8A8975. Grayscale: #777777. Windows color (decimal): -9079158 or 9074293. OLE color: 9074293.

HSL color Cylindrical-coordinate representation of color #75768A: hue angle of 237.14º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #75768A is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 118 138 -
CMYK 0.15 0.14 0 0.46
HSL 237.14º 0.08% 0.5% -
HSV(B) 237.14º 0.15% 0.54% -
XYZ 18.4 18.57 26.66 -
YUV 119.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 117 118 138 0.15 0.14 0 0.46 237.14 0.08 0.5
Hex 75 76 8A F E 0 2E ED 8 32
Octal 165 166 212 17 16 0 56 355 10 62
Binary 1110101 1110110 10001010 1111 1110 0 101110 11101101 1000 110010

Color Harmonies of #75768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75768A

Black with #75768A

Text Example


Text Example

White with #75768A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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