#767574

Color #767574 Concord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Concord #767574

Tints of Concord #767574

Color information

#767574 (or 0x767574) is unknown color: approx Concord. HEX triplet: 76, 75 and 74. RGB value is (118,117,116). Sum of RGB (Red+Green+Blue) = 118+117+116=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 118 - color contains mainly: red. Hex color #767574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767574 is #898A8B. Grayscale: #757575. Windows color (decimal): -9013900 or 7632246. OLE color: 7632246.

HSL color Cylindrical-coordinate representation of color #767574: hue angle of 30º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #767574 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB118117116-
CMYK00.010.020.54
HSL30º0.85%45.88%-
HSV(B)30º1.69%46.27%-
XYZ16.9817.8419.07-
YUV117.18127.33128.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 116 (45.70% from 255) = 33.05%
R=33.62%
G=33.33%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811711600.010.020.54300.8545.88
Hex767574012361e12e
Octal1661651640126636156
Binary1110110111010111101000110110110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767574; }

 p { color: rgb(118,117,116); }

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

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

 a { background-color: rgb(118,117,116); }

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

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

 span { border-color: rgb(118,117,116); }

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