Html Css Color HEX #656C72 Mid Grey

📋 copy color: '#656C72'

red 101 ◦ green 108 ◦ blue 114

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

Shades of Mid Grey #656C72

Tints of Mid Grey #656C72

RGB

 RED value IS 101 (39.84% from 255) = 31.27%

 GREEN value IS 108 (42.58% from 255) = 33.44%

 BLUE value IS 114 (44.92% from 255) = 35.29%

R = 31.27%
G = 33.44%
B = 35.29%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#656C72 (or 0x656C72) is known color: Mid Grey. HEX triplet: 65, 6C and 72. RGB value is (101,108,114). Sum of RGB (Red+Green+Blue) = 101+108+114=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 114 - color contains mainly: blue. Hex color #656C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656C72 is #9A938D. Grayscale: #6A6A6A. Windows color (decimal): -10130318 or 7498853. OLE color: 7498853.

HSL color Cylindrical-coordinate representation of color #656C72: hue angle of 207.69º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #656C72 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 108 114 -
CMYK 0.11 0.05 0 0.55
HSL 207.69º 0.06% 0.42% -
HSV(B) 207.69º 0.11% 0.45% -
XYZ 13.77 14.71 18.03 -
YUV 106.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 101 108 114 0.11 0.05 0 0.55 207.69 0.06 0.42
Hex 65 6C 72 B 5 0 37 D0 6 2A
Octal 145 154 162 13 5 0 67 320 6 52
Binary 1100101 1101100 1110010 1011 101 0 110111 11010000 110 101010

Color Harmonies of #656C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656C72

Black with #656C72

Text Example


Text Example

White with #656C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656C72; }

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

 H1.HeaderClassName
 {
   color: #656C72;
 }
 .AnyTagClassName
 {
   color: #656C72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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