#7C7B74

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

Shades of Dove Grey #7C7B74

Tints of Dove Grey #7C7B74

Color information

#7C7B74 (or 0x7C7B74) is unknown color: approx Dove Grey. HEX triplet: 7C, 7B and 74. RGB value is (124,123,116). Sum of RGB (Red+Green+Blue) = 124+123+116=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7B74 is #83848B. Grayscale: #7A7A7A. Windows color (decimal): -8619148 or 7633788. OLE color: 7633788.

HSL color Cylindrical-coordinate representation of color #7C7B74: hue angle of 52.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7C7B74 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB124123116-
CMYK00.010.060.51
HSL52.5º3.33%47.06%-
HSV(B)52.5º6.45%48.63%-
XYZ18.5519.7119.35-
YUV122.5124.33129.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.16%
GREEN value IS 123 (48.44% from 255) = 33.88%
BLUE value IS 116 (45.70% from 255) = 31.96%
R=34.16%
G=33.88%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12412311600.010.060.5152.53.3347.06
Hex7C7B74016333432f
Octal1741731640166364357
Binary1111100111101111101000111011001111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,123,116); }

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

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

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

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

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

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

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