#727679

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

Shades of Raven #727679

Tints of Raven #727679

Color information

#727679 (or 0x727679) is unknown color: approx Raven. HEX triplet: 72, 76 and 79. RGB value is (114,118,121). Sum of RGB (Red+Green+Blue) = 114+118+121=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 121 - color contains mainly: blue. Hex color #727679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727679 is #8D8986. Grayscale: #757575. Windows color (decimal): -9275783 or 7960178. OLE color: 7960178.

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

Color convert

RGB114118121-
CMYK0.060.0200.53
HSL205.71º2.98%46.08%-
HSV(B)205.71º5.79%47.45%-
XYZ16.8717.9120.66-
YUV117.15130.17125.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=32.29%
G=33.43%
B=34.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141181210.060.0200.53205.712.9846.08
Hex72767962035ce32e
Octal16216617162065316356
Binary1110010111011011110011101001101011100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727679; }

 p { color: rgb(114,118,121); }

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

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

 a { background-color: rgb(114,118,121); }

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

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

 span { border-color: rgb(114,118,121); }

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