#7C919C

Color #7C919C Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #7C919C

Tints of Bermuda Grey #7C919C

Color information

#7C919C (or 0x7C919C) is unknown color: approx Bermuda Grey. HEX triplet: 7C, 91 and 9C. RGB value is (124,145,156). Sum of RGB (Red+Green+Blue) = 124+145+156=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C919C is #836E63. Grayscale: #8B8B8B. Windows color (decimal): -8613476 or 10260860. OLE color: 10260860.

HSL color Cylindrical-coordinate representation of color #7C919C: hue angle of 200.62º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C919C is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB124145156-
CMYK0.210.0700.39
HSL200.62º13.91%54.9%-
HSV(B)200.62º20.51%61.18%-
XYZ24.4426.9435.36-
YUV139.98137.04116.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.18%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=29.18%
G=34.12%
B=36.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1241451560.210.0700.39200.6213.9154.9
Hex7C919C157027c9e37
Octal1742212342570473111667
Binary11111001001000110011100101011110100111110010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,145,156); }

 H1.HeaderClassName
 {
   color: #7C919C;
 }
 .AnyTagClassName
 {
   color: #7C919C;
 }
</style>
background-color css

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

 a { background-color: rgb(124,145,156); }

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

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

 span { border-color: rgb(124,145,156); }

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