Html Css Color HEX #7B7B8B Storm Grey

📋 copy color: '#7B7B8B'

red 123 ◦ green 123 ◦ blue 139

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

Shades of Storm Grey #7B7B8B

Tints of Storm Grey #7B7B8B

RGB

 RED value IS 123 (48.44% from 255) = 31.95%

 GREEN value IS 123 (48.44% from 255) = 31.95%

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 31.95%
G = 31.95%
B = 36.1%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B7B8B (or 0x7B7B8B) is known color: Storm Grey. HEX triplet: 7B, 7B and 8B. RGB value is (123,123,139). Sum of RGB (Red+Green+Blue) = 123+123+139=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B7B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7B8B is #848474. Grayscale: #7C7C7C. Windows color (decimal): -8684661 or 9141115. OLE color: 9141115.

HSL color Cylindrical-coordinate representation of color #7B7B8B: hue angle of 240º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7B7B8B is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 123 123 139 -
CMYK 0.12 0.12 0 0.45
HSL 240º 0.06% 0.51% -
HSV(B) 240º 0.12% 0.55% -
XYZ 19.91 20.24 27.28 -
YUV 124.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 123 123 139 0.12 0.12 0 0.45 240 0.06 0.51
Hex 7B 7B 8B C C 0 2D F0 6 33
Octal 173 173 213 14 14 0 55 360 6 63
Binary 1111011 1111011 10001011 1100 1100 0 101101 11110000 110 110011

Color Harmonies of #7B7B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7B8B

Black with #7B7B8B

Text Example


Text Example

White with #7B7B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B7B8B; }

 p { color: rgb(123,123,139); }

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

background-color css

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

 a { background-color: rgb(123,123,139); }

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

border-color css

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

 span { border-color: rgb(123,123,139); }

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