Html Css Color HEX #767A83 Storm Grey

📋 copy color: '#767A83'

red 118 ◦ green 122 ◦ blue 131

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

Shades of Storm Grey #767A83

Tints of Storm Grey #767A83

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.88%

 BLUE value IS 131 (51.56% from 255) = 35.31%

R = 31.81%
G = 32.88%
B = 35.31%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#767A83 (or 0x767A83) is known color: Storm Grey. HEX triplet: 76, 7A and 83. RGB value is (118,122,131). Sum of RGB (Red+Green+Blue) = 118+122+131=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 131 - color contains mainly: blue. Hex color #767A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767A83 is #89857C. Grayscale: #797979. Windows color (decimal): -9012605 or 8616566. OLE color: 8616566.

HSL color Cylindrical-coordinate representation of color #767A83: hue angle of 221.54º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #767A83 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 122 131 -
CMYK 0.10 0.07 0 0.49
HSL 221.54º 0.05% 0.49% -
HSV(B) 221.54º 0.1% 0.51% -
XYZ 18.53 19.41 24.24 -
YUV 121.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 118 122 131 0.10 0.07 0 0.49 221.54 0.05 0.49
Hex 76 7A 83 A 7 0 31 DE 5 31
Octal 166 172 203 12 7 0 61 336 5 61
Binary 1110110 1111010 10000011 1010 111 0 110001 11011110 101 110001

Color Harmonies of #767A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767A83

Black with #767A83

Text Example


Text Example

White with #767A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,122,131); }

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

background-color css

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

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

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

border-color css

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

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

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