Html Css Color HEX #6D727C Raven

📋 copy color: '#6D727C'

red 109 ◦ green 114 ◦ blue 124

#6D727C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raven #6D727C

Tints of Raven #6D727C

RGB

 RED value IS 109 (42.97% from 255) = 31.41%

 GREEN value IS 114 (44.92% from 255) = 32.85%

 BLUE value IS 124 (48.83% from 255) = 35.73%

R = 31.41%
G = 32.85%
B = 35.73%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D727C (or 0x6D727C) is known color: Raven. HEX triplet: 6D, 72 and 7C. RGB value is (109,114,124). Sum of RGB (Red+Green+Blue) = 109+114+124=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D727C is #928D83. Grayscale: #717171. Windows color (decimal): -9604484 or 8155757. OLE color: 8155757.

HSL color Cylindrical-coordinate representation of color #6D727C: hue angle of 220º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D727C is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 114 124 -
CMYK 0.12 0.08 0 0.51
HSL 220º 0.06% 0.46% -
HSV(B) 220º 0.12% 0.49% -
XYZ 15.96 16.74 21.46 -
YUV 113.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 109 114 124 0.12 0.08 0 0.51 220 0.06 0.46
Hex 6D 72 7C C 8 0 33 DC 6 2E
Octal 155 162 174 14 10 0 63 334 6 56
Binary 1101101 1110010 1111100 1100 1000 0 110011 11011100 110 101110

Color Harmonies of #6D727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D727C

Black with #6D727C

Text Example


Text Example

White with #6D727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,114,124); }

 H1.HeaderClassName
 {
   color: #6D727C;
 }
 .AnyTagClassName
 {
   color: #6D727C;
 }
</style>

background-color css

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

 a { background-color: rgb(109,114,124); }

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

border-color css

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

 span { border-color: rgb(109,114,124); }

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