#757677

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

Shades of Raven #757677

Tints of Raven #757677

Color information

#757677 (or 0x757677) is unknown color: approx Raven. HEX triplet: 75, 76 and 77. RGB value is (117,118,119). Sum of RGB (Red+Green+Blue) = 117+118+119=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 119 - color contains mainly: blue. Hex color #757677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757677 is #8A8988. Grayscale: #757575. Windows color (decimal): -9079177 or 7829109. OLE color: 7829109.

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

Color convert

RGB117118119-
CMYK0.020.0100.53
HSL210º0.85%46.27%-
HSV(B)210º1.68%46.67%-
XYZ17.1418.0720.04-
YUV117.82128.67127.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171181190.020.0100.532100.8546.27
Hex75767721035d212e
Octal16516616721065322156
Binary1110101111011011101111010110101110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757677; }

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

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

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

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

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

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

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

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