Html Css Color HEX #767685 Storm Grey

📋 copy color: '#767685'

red 118 ◦ green 118 ◦ blue 133

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

Shades of Storm Grey #767685

Tints of Storm Grey #767685

RGB

 RED value IS 118 (46.48% from 255) = 31.98%

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

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 31.98%
G = 31.98%
B = 36.04%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#767685 (or 0x767685) is known color: Storm Grey. HEX triplet: 76, 76 and 85. RGB value is (118,118,133). Sum of RGB (Red+Green+Blue) = 118+118+133=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 133 - color contains mainly: blue. Hex color #767685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767685 is #89897A. Grayscale: #777777. Windows color (decimal): -9013627 or 8746614. OLE color: 8746614.

HSL color Cylindrical-coordinate representation of color #767685: hue angle of 240º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #767685 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 118 133 -
CMYK 0.11 0.11 0 0.48
HSL 240º 0.06% 0.49% -
HSV(B) 240º 0.11% 0.52% -
XYZ 18.18 18.5 24.8 -
YUV 119.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 118 118 133 0.11 0.11 0 0.48 240 0.06 0.49
Hex 76 76 85 B B 0 30 F0 6 31
Octal 166 166 205 13 13 0 60 360 6 61
Binary 1110110 1110110 10000101 1011 1011 0 110000 11110000 110 110001

Color Harmonies of #767685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767685

Black with #767685

Text Example


Text Example

White with #767685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767685; }

 p { color: rgb(118,118,133); }

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

background-color css

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

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

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

border-color css

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

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

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