Html Css Color HEX #767783 Storm Grey

📋 copy color: '#767783'

red 118 ◦ green 119 ◦ blue 131

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

Shades of Storm Grey #767783

Tints of Storm Grey #767783

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.34%

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

R = 32.07%
G = 32.34%
B = 35.6%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#767783 (or 0x767783) is known color: Storm Grey. HEX triplet: 76, 77 and 83. RGB value is (118,119,131). Sum of RGB (Red+Green+Blue) = 118+119+131=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 131 - color contains mainly: blue. Hex color #767783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767783 is #89887C. Grayscale: #787878. Windows color (decimal): -9013373 or 8615798. OLE color: 8615798.

HSL color Cylindrical-coordinate representation of color #767783: hue angle of 235.38º 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 #767783 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 119 131 -
CMYK 0.10 0.09 0 0.49
HSL 235.38º 0.05% 0.49% -
HSV(B) 235.38º 0.1% 0.51% -
XYZ 18.16 18.68 24.12 -
YUV 120.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 118 119 131 0.10 0.09 0 0.49 235.38 0.05 0.49
Hex 76 77 83 A 9 0 31 EB 5 31
Octal 166 167 203 12 11 0 61 353 5 61
Binary 1110110 1110111 10000011 1010 1001 0 110001 11101011 101 110001

Color Harmonies of #767783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767783

Black with #767783

Text Example


Text Example

White with #767783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767783; }

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

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

background-color css

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

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

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

border-color css

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

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

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