Html Css Color HEX #767C85 Storm Grey

📋 copy color: '#767C85'

red 118 ◦ green 124 ◦ blue 133

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

Shades of Storm Grey #767C85

Tints of Storm Grey #767C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.07%

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

R = 31.47%
G = 33.07%
B = 35.47%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#767C85 (or 0x767C85) is known color: Storm Grey. HEX triplet: 76, 7C and 85. RGB value is (118,124,133). Sum of RGB (Red+Green+Blue) = 118+124+133=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 133 - color contains mainly: blue. Hex color #767C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767C85 is #89837A. Grayscale: #7B7B7B. Windows color (decimal): -9012091 or 8748150. OLE color: 8748150.

HSL color Cylindrical-coordinate representation of color #767C85: hue angle of 216º 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 #767C85 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 124 133 -
CMYK 0.11 0.07 0 0.48
HSL 216º 0.06% 0.49% -
HSV(B) 216º 0.11% 0.52% -
XYZ 18.91 19.96 25.05 -
YUV 123.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 118 124 133 0.11 0.07 0 0.48 216 0.06 0.49
Hex 76 7C 85 B 7 0 30 D8 6 31
Octal 166 174 205 13 7 0 60 330 6 61
Binary 1110110 1111100 10000101 1011 111 0 110000 11011000 110 110001

Color Harmonies of #767C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C85

Black with #767C85

Text Example


Text Example

White with #767C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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