#6B727B

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

Shades of Raven #6B727B

Tints of Raven #6B727B

Color information

#6B727B (or 0x6B727B) is unknown color: approx Raven. HEX triplet: 6B, 72 and 7B. RGB value is (107,114,123). Sum of RGB (Red+Green+Blue) = 107+114+123=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B727B is #948D84. Grayscale: #707070. Windows color (decimal): -9735557 or 8090219. OLE color: 8090219.

HSL color Cylindrical-coordinate representation of color #6B727B: hue angle of 213.75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6B727B is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB107114123-
CMYK0.130.0700.52
HSL213.75º6.96%45.1%-
HSV(B)213.75º13.01%48.24%-
XYZ15.6616.5921.12-
YUV112.93133.68123.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.10%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=31.10%
G=33.14%
B=35.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1071141230.130.0700.52213.756.9645.1
Hex6B727BD7034d672d
Octal153162173157064326755
Binary1101011111001011110111101111011010011010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B727B; }

 p { color: rgb(107,114,123); }

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

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

 a { background-color: rgb(107,114,123); }

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

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

 span { border-color: rgb(107,114,123); }

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