Html Css Color HEX #6C727C Raven

📋 copy color: '#6C727C'

red 108 ◦ green 114 ◦ blue 124

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

Shades of Raven #6C727C

Tints of Raven #6C727C

RGB

 RED value IS 108 (42.58% from 255) = 31.21%

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

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

R = 31.21%
G = 32.95%
B = 35.84%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6C727C (or 0x6C727C) is known color: Raven. HEX triplet: 6C, 72 and 7C. RGB value is (108,114,124). Sum of RGB (Red+Green+Blue) = 108+114+124=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C727C is #938D83. Grayscale: #717171. Windows color (decimal): -9670020 or 8155756. OLE color: 8155756.

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

Color convert

RGB 108 114 124 -
CMYK 0.13 0.08 0 0.51
HSL 217.5º 0.07% 0.45% -
HSV(B) 217.5º 0.13% 0.49% -
XYZ 15.84 16.68 21.45 -
YUV 113.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 108 114 124 0.13 0.08 0 0.51 217.5 0.07 0.45
Hex 6C 72 7C D 8 0 33 DA 7 2D
Octal 154 162 174 15 10 0 63 332 7 55
Binary 1101100 1110010 1111100 1101 1000 0 110011 11011010 111 101101

Color Harmonies of #6C727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C727C

Black with #6C727C

Text Example


Text Example

White with #6C727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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